mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:54:04 +00:00
Delete extra RlsModel class
This commit is contained in:
parent
0ca52f9be3
commit
b04b063fe6
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Database\Concerns;
|
||||
|
||||
/**
|
||||
* Interface indicating that the queries of the model it's used on
|
||||
* get scoped using RLS instead of the global TenantScope.
|
||||
*
|
||||
* Used with Postgres RLS (single-database tenancy).
|
||||
*
|
||||
* @see \Stancl\Tenancy\Database\Concerns\BelongsToTenant
|
||||
*/
|
||||
interface RlsModel
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue