@@ -61,7 +61,7 @@ |
||
61 | 61 | |
62 | 62 | private function init() |
63 | 63 | { |
64 | - if (! file_exists(storage_path('app/db2doc'))) { |
|
64 | + if ( ! file_exists(storage_path('app/db2doc'))) { |
|
65 | 65 | mkdir(storage_path('app/db2doc')); |
66 | 66 | } |
67 | 67 |