Private
Public Access
chg: pkg: upgrade the BE deps to the latest possible version #14
This commit is contained in:
@@ -13,7 +13,7 @@ namespace App\Tests\Factory;
|
||||
use App\Entity\PlayedGame;
|
||||
use DateTime;
|
||||
use Symfony\Component\Uid\Uuid;
|
||||
use Zenstruck\Foundry\Persistence\PersistentProxyObjectFactory;
|
||||
use Zenstruck\Foundry\Persistence\PersistentObjectFactory;
|
||||
|
||||
/**
|
||||
* Class PlayedGameFactory
|
||||
@@ -25,9 +25,9 @@ use Zenstruck\Foundry\Persistence\PersistentProxyObjectFactory;
|
||||
* @link www.splendidbear.org
|
||||
* @since 2026. 04. 21.
|
||||
*
|
||||
* @extends PersistentProxyObjectFactory<PlayedGame>
|
||||
* @extends PersistentObjectFactory<PlayedGame>
|
||||
*/
|
||||
class PlayedGameFactory extends PersistentProxyObjectFactory
|
||||
class PlayedGameFactory extends PersistentObjectFactory
|
||||
{
|
||||
protected function defaults(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user