1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 01:44:04 +00:00

Add event prevents, Tenant facade

This commit is contained in:
Samuel Štancl 2019-08-14 22:16:51 +02:00
parent 1a88cad4d6
commit 4aa35322da
9 changed files with 187 additions and 97 deletions

View file

@ -101,6 +101,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
{
return [
'Tenancy' => \Stancl\Tenancy\TenancyFacade::class,
'Tenant' => \Stancl\Tenancy\TenancyFacade::class,
'GlobalCache' => \Stancl\Tenancy\GlobalCacheFacade::class,
];
}