Completed
Push — master ( d55fc6...737961 )
by Elf
02:49
created
src/helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-if (! function_exists('is_app')) {
3
+if (!function_exists('is_app')) {
4 4
     /**
5 5
      * Check the current application identifier.
6 6
      *
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
     }
26 26
 }
27 27
 
28
-if (! function_exists('app_url')) {
28
+if (!function_exists('app_url')) {
29 29
     /**
30 30
      * Generate an absolute URL to the given path.
31 31
      *
Please login to merge, or discard this patch.