@@ -6,7 +6,7 @@ |
||
6 | 6 | Router::plugin( |
7 | 7 | 'Cart', |
8 | 8 | ['path' => '/cart'], |
9 | - function (RouteBuilder $routes) { |
|
9 | + function(RouteBuilder $routes) { |
|
10 | 10 | $routes->fallbacks(DashedRoute::class); |
11 | 11 | } |
12 | 12 | ); |
@@ -124,7 +124,7 @@ |
||
124 | 124 | |
125 | 125 | public function count() |
126 | 126 | { |
127 | - return count ($this->get()); |
|
127 | + return count($this->get()); |
|
128 | 128 | } |
129 | 129 | |
130 | 130 | /** |