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 e872e7a commit 01803baCopy full SHA for 01803ba
src/Application.php
@@ -64,7 +64,7 @@ final class Application extends Container
64
use InvokerAware;
65
use LoggerAware;
66
67
- public const string APP_VERSION = '3.0.0';
+ public const string APP_VERSION = '3.0.1';
68
69
public const string MIN_PHP_VERSION = '8.4';
70
@@ -377,7 +377,7 @@ public function registerServiceProvider(
377
// if it exists.
378
if ($this->booted) {
379
$this->bootServiceProvider(provider: $serviceProvider);
380
- };
+ }
381
382
return $serviceProvider;
383
}
0 commit comments