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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-08 09:41:45 +00:00 committed by StyleCI Bot
parent 39503fe76b
commit f66613476b

View file

@ -21,6 +21,7 @@ interface StorageDriver
* @throws TenantCouldNotBeIdentifiedException * @throws TenantCouldNotBeIdentifiedException
*/ */
public function findById(string $id): Tenant; public function findById(string $id): Tenant;
/** /**
* Find a tenant using a domain name. * Find a tenant using a domain name.
* *