Passed
Push — master ( d069e2...ff7564 )
by Adam
06:54
created
app/Http/Controllers/ReservationController.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -369,7 +369,8 @@
 block discarded – undo
369 369
         ];
370 370
     }
371 371
 
372
-    public function getActionButtons() {
372
+    public function getActionButtons()
373
+    {
373 374
         return [
374 375
             'id'    => 'action_buttons',
375 376
             'type'       => 'buttons',
Please login to merge, or discard this patch.