1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 22:34:05 +00:00

Delete extra RlsModel class

This commit is contained in:
lukinovec 2023-08-07 10:46:58 +02:00
parent 0ca52f9be3
commit b04b063fe6

View file

@ -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
{
}