Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Dec 9, 2024
1 parent b194ea3 commit 6c2e521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/teams/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
See the LICENCE file in the repository root for full licence text.
--}}
@php
use App\Models\DeletedUser;
use App\Transformers\UserCompactTransformer;
$userTransformer = new UserCompactTransformer();
Expand Down

0 comments on commit 6c2e521

Please sign in to comment.