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

Remove some todos

This commit is contained in:
Samuel Štancl 2019-09-08 14:40:49 +02:00
parent dc540f3b10
commit b0d119753d
6 changed files with 11 additions and 20 deletions

View file

@ -8,7 +8,6 @@ use Stancl\Tenancy\Tenant;
interface TenancyBootstrapper
{
public function start(Tenant $tenant); // todo better name?
public function end(Tenant $tenant); // todo arg?
public function start(Tenant $tenant);
public function end();
}