Completed
Push — master ( ee550e...ca0e86 )
by Arman
13s queued 10s
created
src/Http/Helpers/http.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 
124 124
     if ($isJson) {
125 125
         Response::json(
126
-            ['status' => 'error', 'message' => 'Page not found',],
126
+            ['status' => 'error', 'message' => 'Page not found', ],
127 127
             StatusCode::NOT_FOUND
128 128
         );
129 129
     } else {
Please login to merge, or discard this patch.