coding style

This commit is contained in:
Ludovic CANDELLIER
2023-09-13 22:53:37 +02:00
parent da48f41ec0
commit 5f215cef81
52 changed files with 122 additions and 129 deletions

View File

@@ -50,11 +50,11 @@ use Yadahan\AuthenticationLog\AuthenticationLogable;
*/
class User extends Authenticatable
{
use Notifiable;
use AuthenticationLogable;
use LaratrustUserTrait;
use Notifiable;
use SoftDeletes;
use UserHasTeams;
use AuthenticationLogable;
/**
* The attributes that are mass assignable.