Skip to content

Commit 4627cc3

Browse files
Update Axm.php
1 parent 76cbcdc commit 4627cc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Axm.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ public static function makeApplication()
3131
*/
3232
public static function setApplication(App $app): void
3333
{
34-
if (self::$_app !== null) {
34+
if (self::$_app !== null)
3535
throw new Exception('Axm application can only be created once.');
36-
}
3736

3837
self::$_app = $app;
3938
}

0 commit comments

Comments
 (0)