Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudmohamedramadan committed Oct 31, 2024
1 parent 7802e42 commit 79d841f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ public function index()
->usingScopes([
// new EmailVerifiedScope, // Global Scope in object
EmailVerifiedScope::class, // Global Scope in string
'isAdmin' // Local Scope
// 'isAdmin', // Local Scope
'isAdmin' => [false], // Local Scope With Parameters
])
->execute()
->get();
Expand Down

0 comments on commit 79d841f

Please sign in to comment.