Completed
Push — dev5 ( db4a20...1ecb99 )
by Ron
09:23
created
app/Http/Controllers/Customers/CustomerController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
     //  Toggle whether or not the customer is listed as a user favorite
107 107
     public function toggleFav($action, $id)
108 108
     {
109
-        switch ($action)
109
+        switch($action)
110 110
         {
111 111
             case 'add':
112 112
                 CustomerFavs::create([
Please login to merge, or discard this patch.