@@ -86,7 +86,7 @@ |
||
86 | 86 | } |
87 | 87 | |
88 | 88 | $console->addCommand(ConfigCommand::class); |
89 | - $kernel->bootstrapped(static function (Schema $schema): void { |
|
89 | + $kernel->bootstrapped(static function(Schema $schema): void { |
|
90 | 90 | SchemaWarmupper::warmup($schema); |
91 | 91 | }); |
92 | 92 | } |