@@ -54,7 +54,7 @@ |
||
54 | 54 | return; |
55 | 55 | } |
56 | 56 | |
57 | - if (!file_exists(app_path('Providers/'.self::PROVIDER_NAME.'.php'))) { |
|
57 | + if ( ! file_exists(app_path('Providers/'.self::PROVIDER_NAME.'.php'))) { |
|
58 | 58 | throw new \Exception(self::PROVIDER_NAME.' not published.'); |
59 | 59 | } |
60 | 60 |