mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 02:54:03 +00:00
Use === instead of Str::is()
This commit is contained in:
parent
64048d2950
commit
0feae8fe23
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ class TableRLSManager implements RLSPolicyManager
|
||||||
}
|
}
|
||||||
|
|
||||||
// Explicit scoping
|
// Explicit scoping
|
||||||
if (Str::is($comment, 'rls')) {
|
if ($comment === 'rls') {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue