1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-15 23:24:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-08 15:24:12 +00:00 committed by StyleCI Bot
parent dabaff1338
commit 7eba041509
3 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@ namespace Stancl\Tenancy\Facades;
use Stancl\Tenancy\TenantManager;
use Illuminate\Support\Facades\Facade;
class TenancyFacade extends Facade
class Tenancy extends Facade
{
protected static function getFacadeAccessor()
{