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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-08 12:40:58 +00:00 committed by StyleCI Bot
parent b0d119753d
commit 11e278553e

View file

@ -9,5 +9,6 @@ use Stancl\Tenancy\Tenant;
interface TenancyBootstrapper interface TenancyBootstrapper
{ {
public function start(Tenant $tenant); public function start(Tenant $tenant);
public function end(); public function end();
} }