@@ -3,7 +3,7 @@ discard block |
||
3 | 3 | use Illuminate\Foundation\Vite; |
4 | 4 | use Illuminate\Support\Facades\Vite as ViteFacade; |
5 | 5 | |
6 | -if (! function_exists('module_path')) { |
|
6 | +if (!function_exists('module_path')) { |
|
7 | 7 | /** |
8 | 8 | * @param string $name |
9 | 9 | * @param string $path |
@@ -17,7 +17,7 @@ discard block |
||
17 | 17 | } |
18 | 18 | } |
19 | 19 | |
20 | -if (! function_exists('config_path')) { |
|
20 | +if (!function_exists('config_path')) { |
|
21 | 21 | /** |
22 | 22 | * Get the configuration path. |
23 | 23 | */ |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | } |
28 | 28 | } |
29 | 29 | |
30 | -if (! function_exists('public_path')) { |
|
30 | +if (!function_exists('public_path')) { |
|
31 | 31 | /** |
32 | 32 | * Get the path to the public folder. |
33 | 33 | */ |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | } |
38 | 38 | } |
39 | 39 | |
40 | -if (! function_exists('module_vite')) { |
|
40 | +if (!function_exists('module_vite')) { |
|
41 | 41 | /** |
42 | 42 | * support for vite |
43 | 43 | * |