@@ -12,7 +12,7 @@ |
||
| 12 | 12 | abstract class TableCreator |
| 13 | 13 | { |
| 14 | 14 | protected static $map = [ |
| 15 | - 'mysql' => MySQLTableCreator::class, |
|
| 15 | + 'mysql' => MySQLTableCreator::class, |
|
| 16 | 16 | ]; |
| 17 | 17 | |
| 18 | 18 | abstract function create(Connection $connection, TableStruct $fields); |