mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 06:54:03 +00:00
Merge branch 'master' of github.com:tenancy-for-laravel/v4
This commit is contained in:
commit
3ea38bba4d
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Stancl\Tenancy\Concerns;
|
namespace Stancl\Tenancy\Concerns;
|
||||||
|
|
||||||
use Closure;
|
use Closure;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Stancl\Tenancy\Enums;
|
namespace Stancl\Tenancy\Enums;
|
||||||
|
|
||||||
enum LogMode
|
enum LogMode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue