1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:34:04 +00:00
This commit is contained in:
Samuel Štancl 2019-07-30 20:28:40 +02:00
parent d0d1f6930b
commit 7a96ff1e66
5 changed files with 49 additions and 2 deletions

View file

@ -98,7 +98,8 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
protected function getPackageAliases($app)
{
return [
'Tenancy' => \Stancl\Tenancy\TenancyFacade::class
'Tenancy' => \Stancl\Tenancy\TenancyFacade::class,
'GlobalCache' => \Stancl\Tenancy\GlobalCacheFacade::class,
];
}