Skip to content

Commit

Permalink
Fix repository definition for GoogleAccount model
Browse files Browse the repository at this point in the history
  • Loading branch information
vokomarov committed Sep 1, 2024
1 parent 132e7f9 commit 3daedbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/Database/GoogleAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
])]
Expand Down

0 comments on commit 3daedbd

Please sign in to comment.