@@ -234,7 +234,9 @@ |
||
| 234 | 234 | $this->fromSource(); |
| 235 | 235 | |
| 236 | 236 | if (\Request::method() == 'GET') { |
| 237 | - if (!$key) App::abort(404); |
|
| 237 | + if (!$key) { |
|
| 238 | + App::abort(404); |
|
| 239 | + } |
|
| 238 | 240 | |
| 239 | 241 | } elseif (\Request::method() == 'POST') { |
| 240 | 242 | $this->fromInput(); |