Completed
Push — acs-entry-devices ( 9d5ba2 )
by Arthur
02:53
created
app/Http/Controllers/ACS/ActivityController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 
74 74
 
75 75
         return response()->json([
76
-            'activityId' => isset($activityId)? $activityId: null,
76
+            'activityId' => isset($activityId) ? $activityId : null,
77 77
             'user'       => [
78 78
                 'id'              => $keyFob->user->id,
79 79
                 'name'            => $keyFob->user->name,
Please login to merge, or discard this patch.