We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a39f04 commit 6c529ddCopy full SHA for 6c529dd
tests/HasPermissionsTest.php
@@ -20,12 +20,11 @@ public function it_can_assign_a_permission_to_a_user()
20
$this->assertTrue($this->testUser->hasPermissionTo($this->testUserPermission));
21
}
22
23
-
24
/** @test */
25
public function it_can_assign_a_permission_to_a_user_with_a_non_default_guard()
26
{
27
$testUserPermission = app(Permission::class)->create([
28
- 'name' => 'edit-articles',
+ 'name' => 'edit-articles',
29
'guard_name' => 'api',
30
]);
31
0 commit comments