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

Merge branch 'master' of github.com:stancl/tenancy

This commit is contained in:
Samuel Štancl 2019-09-08 17:18:34 +02:00
commit 52542a8ee3
3 changed files with 5 additions and 3 deletions

View file

@ -26,7 +26,7 @@ interface TenantDatabaseManager
* Does a database exist.
*
* @param string $name
* @return boolean
* @return bool
*/
public function databaseExists(string $name): bool;
}