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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2023-06-07 11:59:10 +00:00
parent b7c24ef4ab
commit a5a9f1431e

View file

@ -12,6 +12,6 @@ namespace Stancl\Tenancy\Database\Concerns;
* *
* @see \Stancl\Tenancy\Database\Concerns\BelongsToTenant * @see \Stancl\Tenancy\Database\Concerns\BelongsToTenant
*/ */
interface RLSModel interface RlsModel
{ {
} }