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 76cbcdc commit 4627cc3Copy full SHA for 4627cc3
src/Axm.php
@@ -31,9 +31,8 @@ public static function makeApplication()
31
*/
32
public static function setApplication(App $app): void
33
{
34
- if (self::$_app !== null) {
+ if (self::$_app !== null)
35
throw new Exception('Axm application can only be created once.');
36
- }
37
38
self::$_app = $app;
39
}
0 commit comments