@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -if( !function_exists( 'pollux_app' )) { |
|
3 | +if( !function_exists( 'pollux_app' ) ) { |
|
4 | 4 | function pollux_app() { |
5 | 5 | return GeminiLabs\Pollux\Application::getInstance(); |
6 | 6 | } |
@@ -1,7 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | if( !function_exists( 'pollux_app' )) { |
4 | - function pollux_app() { |
|
4 | + function pollux_app() |
|
5 | + { |
|
5 | 6 | return GeminiLabs\Pollux\Application::getInstance(); |
6 | 7 | } |
7 | 8 | } |