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