@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | use PathNamespace; |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | -if (! function_exists('module_path')) { |
|
| 12 | +if (!function_exists('module_path')) { |
|
| 13 | 13 | function module_path(string $name, ?string $path = null) |
| 14 | 14 | { |
| 15 | 15 | $helper = new Helper(); |
@@ -19,7 +19,7 @@ discard block |
||
| 19 | 19 | } |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | -if (! function_exists('module_app_path')) { |
|
| 22 | +if (!function_exists('module_app_path')) { |
|
| 23 | 23 | function module_app_path(string $name, ?string $path = null) |
| 24 | 24 | { |
| 25 | 25 | $helper = new Helper(); |
@@ -29,7 +29,7 @@ discard block |
||
| 29 | 29 | } |
| 30 | 30 | } |
| 31 | 31 | |
| 32 | -if (! function_exists('config_path')) { |
|
| 32 | +if (!function_exists('config_path')) { |
|
| 33 | 33 | /** |
| 34 | 34 | * Get the configuration path. |
| 35 | 35 | * |
@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | } |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | -if (! function_exists('public_path')) { |
|
| 45 | +if (!function_exists('public_path')) { |
|
| 46 | 46 | /** |
| 47 | 47 | * Get the path to the public folder. |
| 48 | 48 | * |
@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | } |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | -if (! function_exists('module_vite')) { |
|
| 58 | +if (!function_exists('module_vite')) { |
|
| 59 | 59 | /** |
| 60 | 60 | * support for vite |
| 61 | 61 | */ |