@@ -23,7 +23,7 @@ |
||
23 | 23 | { |
24 | 24 | $this->mergeConfigFrom(__DIR__.'/../config/laravel-glide.php', 'laravel-glide'); |
25 | 25 | |
26 | - $this->app->bind('laravel-glide-image', function () { |
|
26 | + $this->app->bind('laravel-glide-image', function() { |
|
27 | 27 | |
28 | 28 | return new GlideImage(); |
29 | 29 |
@@ -26,7 +26,7 @@ |
||
26 | 26 | |
27 | 27 | public function setSourceFile(string $sourceFile) : GlideImage |
28 | 28 | { |
29 | - if (! file_exists($sourceFile)) { |
|
29 | + if (!file_exists($sourceFile)) { |
|
30 | 30 | throw new SourceFileDoesNotExist(); |
31 | 31 | } |
32 | 32 |