mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 13:14:05 +00:00
Move RLSCommentConstraintException to src/RLS/Exceptions
This commit is contained in:
parent
d62ad4a53a
commit
8934114f92
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Exceptions;
|
||||
namespace Stancl\Tenancy\RLS\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
|
@ -7,7 +7,7 @@ namespace Stancl\Tenancy\RLS\PolicyManagers;
|
|||
use Illuminate\Database\DatabaseManager;
|
||||
use Illuminate\Support\Str;
|
||||
use Stancl\Tenancy\Database\Exceptions\RecursiveRelationshipException;
|
||||
use Stancl\Tenancy\Exceptions\RLSCommentConstraintException;
|
||||
use Stancl\Tenancy\RLS\Exceptions\RLSCommentConstraintException;
|
||||
|
||||
/**
|
||||
* Generates queries for creating RLS policies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue