- protected share authentification backend

This commit is contained in:
Peter Papp
2021-03-18 10:06:27 +01:00
parent c73e44ff01
commit 816c8c3e07
11 changed files with 117 additions and 168 deletions

View File

@@ -113,8 +113,6 @@ class AuthTest extends TestCase
'email' => $user->email,
'password' => 'secret',
])->assertStatus(200);
dd($user->tokenCan('test'));
}
/**