Completed
Branch master (e68db0)
by Rafael
04:12 queued 02:30
created
Category
config/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
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
 );
Please login to merge, or discard this patch.