@@ -15,7 +15,7 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | public static function views($path) |
| 17 | 17 | { |
| 18 | - return static::basePath().'/resources/views'.$path; |
|
| 18 | + return static::basePath() . '/resources/views' . $path; |
|
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | public static function basePath(): string |
@@ -17,8 +17,8 @@ |
||
| 17 | 17 | public static function loadAssetContent($path) |
| 18 | 18 | { |
| 19 | 19 | $fullPath = self::basePath() |
| 20 | - .DIRECTORY_SEPARATOR.'resources' |
|
| 21 | - .DIRECTORY_SEPARATOR.'assets' |
|
| 20 | + .DIRECTORY_SEPARATOR . 'resources' |
|
| 21 | + .DIRECTORY_SEPARATOR . 'assets' |
|
| 22 | 22 | .$path; |
| 23 | 23 | if (file_exists($fullPath)) { |
| 24 | 24 | return file_get_contents($fullPath); |