- gate implementation

- protected shared view fix
This commit is contained in:
Čarodej
2021-09-24 10:52:19 +02:00
parent d40108f6a9
commit 19cc01131b
84 changed files with 876 additions and 406 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class PersonalAccessTokenTest extends TestCase
$file = File::factory(File::class)
->create([
'user_id' => $user->id,
'folder_id' => $folder->id,
'parent_id' => $folder->id,
]);
$token = $user->createToken('token')->plainTextToken;
+1 -1
View File
@@ -33,7 +33,7 @@ class UserAccountTest extends TestCase
->assertExists('files/' . User::first()->id);
}
/**
* @test
* todo: finish test
*/
public function it_test_user_timezone()
{