@@ -106,7 +106,7 @@ |
||
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([ |