@@ -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 | ); |