Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagof authored and github-actions[bot] committed Sep 11, 2023
1 parent e4f5fb2 commit 615313c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Support/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
use Illuminate\Foundation\Auth\Access\Authorizable;
use Spatie\Permission\Traits\HasRoles;

class User extends Model implements AuthorizableContract, AuthenticatableContract, FilamentUser
class User extends Model implements AuthenticatableContract, AuthorizableContract, FilamentUser
{
use Authorizable;
use Authenticatable;
use Authorizable;
use HasRoles;

protected $fillable = ['email'];
Expand Down

0 comments on commit 615313c

Please sign in to comment.