diff --git a/app/src/Database/GoogleAccount.php b/app/src/Database/GoogleAccount.php index c886725..fbab3c1 100644 --- a/app/src/Database/GoogleAccount.php +++ b/app/src/Database/GoogleAccount.php @@ -5,12 +5,12 @@ namespace App\Database; use App\Database\Typecast\EncryptedTypecast; -use App\Repository\ChargeRepository; +use App\Repository\GoogleAccountRepository; use Cycle\Annotated\Annotation as ORM; use Cycle\ORM\Entity\Behavior; use Cycle\ORM\Parser\Typecast; -#[ORM\Entity(repository: ChargeRepository::class, typecast: [ +#[ORM\Entity(repository: GoogleAccountRepository::class, typecast: [ Typecast::class, EncryptedTypecast::class, ])]