@@ -12,10 +12,10 @@ |
||
12 | 12 | |
13 | 13 | class NotFoundComponent extends BaseComponent |
14 | 14 | { |
15 | - public function run(Storage $storage) |
|
16 | - { |
|
17 | - parent::run($storage); |
|
18 | - header("HTTP/1.0 404 Not Found"); |
|
19 | - } |
|
15 | + public function run(Storage $storage) |
|
16 | + { |
|
17 | + parent::run($storage); |
|
18 | + header("HTTP/1.0 404 Not Found"); |
|
19 | + } |
|
20 | 20 | |
21 | 21 | } |
22 | 22 | \ No newline at end of file |