Completed
Push — master ( 9448cf...a1463b )
by Scott
02:09
created
classes/ApiMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
     public function handle($request, Closure $next)
9 9
     {
10
-        if (! ApiSettings::isEnabled()) {
10
+        if (!ApiSettings::isEnabled()) {
11 11
             abort(403, 'Forbidden');
12 12
             return;
13 13
         }
Please login to merge, or discard this patch.