We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e9c13 commit 09f525eCopy full SHA for 09f525e
Application.php
@@ -69,7 +69,7 @@ final class Application extends Container
69
{
70
use InvokerAware;
71
72
- public const APP_VERSION = '2.1.4';
+ public const APP_VERSION = '2.1.5';
73
74
public const MIN_PHP_VERSION = '8.2';
75
@@ -885,8 +885,7 @@ public function isDevelopment(): bool
885
*/
886
public static function configure(array $config): ApplicationBuilder
887
888
- return (new ApplicationBuilder(new self($config)))
889
- ->withKernels();
+ return new ApplicationBuilder(new self($config));
890
}
891
892
/**
0 commit comments