Skip to content

Commit

Permalink
fix(UserHelper): missing import
Browse files Browse the repository at this point in the history
see: #30
  • Loading branch information
n3wborn committed Nov 1, 2023
1 parent 9f040ee commit a916d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/User/UserHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace App\Service\User;

use App\Controller\UserController;
use App\Entity\Project;
use App\Entity\User;
use App\Exception\BadDataException;
Expand Down

0 comments on commit a916d47

Please sign in to comment.