1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 06:54:05 +00:00
This commit is contained in:
Samuel Štancl 2019-08-15 12:13:26 +02:00
commit f183235992
9 changed files with 287 additions and 15 deletions

View file

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