@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if (! function_exists('sendAndTerminate')) { |
|
2 | +if (!function_exists('sendAndTerminate')) { |
|
3 | 3 | /** |
4 | 4 | * Get the path to the resources folder. |
5 | 5 | * |
@@ -12,7 +12,7 @@ discard block |
||
12 | 12 | } |
13 | 13 | } |
14 | 14 | |
15 | -if (! function_exists('respondWith')) { |
|
15 | +if (!function_exists('respondWith')) { |
|
16 | 16 | /** |
17 | 17 | * Get the path to the resources folder. |
18 | 18 | * |
@@ -36,6 +36,6 @@ |
||
36 | 36 | */ |
37 | 37 | public function render() |
38 | 38 | { |
39 | - return $this->response; |
|
39 | + return $this->response; |
|
40 | 40 | } |
41 | 41 | } |
42 | 42 | \ No newline at end of file |