@@ -9,7 +9,7 @@ |
||
9 | 9 | |
10 | 10 | declare(strict_types=1); |
11 | 11 | |
12 | -spl_autoload_register(static function (string $class) { |
|
12 | +spl_autoload_register(static function(string $class) { |
|
13 | 13 | if (strpos($class, 'Spiral\\Migrations\\') === 0) { |
14 | 14 | $original = 'Cycle\\Migrations\\' . substr($class, 18); |
15 | 15 |