mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:34:04 +00:00
respect code styling
This commit is contained in:
parent
0ac6b41f7e
commit
68c85b5e24
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ class MySQLDatabaseManager implements TenantDatabaseManager
|
|||
{
|
||||
$charset = $this->database->getConfig('charset');
|
||||
$collation = $this->database->getConfig('collation');
|
||||
|
||||
return $this->database->statement("CREATE DATABASE `$name` CHARACTER SET `$charset` COLLATE `$collation`");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue