Skip to content

Commit

Permalink
Fix for Team model import in team.stub (#629)
Browse files Browse the repository at this point in the history
This fixes the incorrect import of the Team model in the team.stub file
  • Loading branch information
nanaaikinson authored Apr 14, 2023
1 parent d0435c1 commit 194a8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/team.stub
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DummyNamespace;

use Laratrust\Models\LaratrustTeam;
use Laratrust\Models\Team as LaratrustTeam;

class DummyClass extends LaratrustTeam
{
Expand Down

0 comments on commit 194a8f5

Please sign in to comment.