| @@ -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 | function module_path(string $name, string $path = ''): string | 
| 8 | 8 |      { | 
| 9 | 9 |          $module = app('modules')->find($name); | 
| @@ -12,7 +12,7 @@ discard block | ||
| 12 | 12 | } | 
| 13 | 13 | } | 
| 14 | 14 | |
| 15 | -if (! function_exists('config_path')) { | |
| 15 | +if (!function_exists('config_path')) { | |
| 16 | 16 | /** | 
| 17 | 17 | * Get the configuration path. | 
| 18 | 18 | */ | 
| @@ -22,7 +22,7 @@ discard block | ||
| 22 | 22 | } | 
| 23 | 23 | } | 
| 24 | 24 | |
| 25 | -if (! function_exists('public_path')) { | |
| 25 | +if (!function_exists('public_path')) { | |
| 26 | 26 | /** | 
| 27 | 27 | * Get the path to the public folder. | 
| 28 | 28 | */ | 
| @@ -32,7 +32,7 @@ discard block | ||
| 32 | 32 | } | 
| 33 | 33 | } | 
| 34 | 34 | |
| 35 | -if (! function_exists('module_vite')) { | |
| 35 | +if (!function_exists('module_vite')) { | |
| 36 | 36 | /** | 
| 37 | 37 | * support for vite | 
| 38 | 38 | */ |