Skip to content

Commit

Permalink
Fix bugs from project namespace move
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Nov 28, 2024
1 parent efa17f6 commit c285ade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Entity/Accounting/Accounting.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Entity\Accounting;

use App\Entity\Interface\AccountingOwnerInterface;
use App\Entity\Project;
use App\Entity\Project\Project;
use App\Entity\Tipjar;
use App\Entity\User;
use App\Repository\Accounting\AccountingRepository;
Expand Down
1 change: 1 addition & 0 deletions src/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use App\Entity\Accounting\Accounting;
use App\Entity\Interface\AccountingOwnerInterface;
use App\Entity\Interface\UserOwnedInterface;
use App\Entity\Project\Project;
use App\Entity\Trait\MigratedEntity;
use App\Entity\Trait\TimestampedCreationEntity;
use App\Entity\Trait\TimestampedUpdationEntity;
Expand Down
2 changes: 1 addition & 1 deletion src/Library/Benzina/Pump/CheckoutsPump.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use App\Gateway\Wallet\WalletGateway;
use App\Library\Benzina\Pump\Trait\ArrayPumpTrait;
use App\Library\Benzina\Pump\Trait\DoctrinePumpTrait;
use App\Repository\ProjectRepository;
use App\Repository\Project\ProjectRepository;
use App\Repository\TipjarRepository;
use App\Repository\UserRepository;
use App\Service\Gateway\CheckoutService;
Expand Down

0 comments on commit c285ade

Please sign in to comment.