@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | |
56 | 56 | private function init() |
57 | 57 | { |
58 | - if (! file_exists(storage_path('app/db2doc'))) { |
|
58 | + if ( ! file_exists(storage_path('app/db2doc'))) { |
|
59 | 59 | mkdir(storage_path('app/db2doc')); |
60 | 60 | } |
61 | 61 | |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | break; |
96 | 96 | |
97 | 97 | default: |
98 | - $rendered = $this->render_markdown_content(); |
|
98 | + $rendered = $this->render_markdown_content(); |
|
99 | 99 | break; |
100 | 100 | } |
101 | 101 | $filename = $rendered['filename']; |