savisaar2

Results 2 issues of savisaar2

So this is what i am doing in order: I have set public $timestamps = true; in model Role_User.php in Tinker: $user = App\Models\User::find(1); $role = App\Models\Role::find(1); $user->attachRole($role) => null

How do i use the Stats Object? I have tried trying to use it but can't get it right