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 Jan 13, 2024
1 parent 3ce8a5a commit ea33177
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 ea33177

Please sign in to comment.