@@ -11,6 +11,6 @@ |
||
11 | 11 | |
12 | 12 | public static function staticFile(string $path): self |
13 | 13 | { |
14 | - return self::withPath($path, 'This file was tried to be copied as a static file. Please see your `staticFiles` configuration.' ); |
|
14 | + return self::withPath($path, 'This file was tried to be copied as a static file. Please see your `staticFiles` configuration.'); |
|
15 | 15 | } |
16 | 16 | } |