Completed
Push — master ( a19ede...2f7545 )
by Jean
02:25 queued 33s
created
config/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 Router::plugin(
18 18
     'CakeCharts',
19 19
     ['path' => '/cake-charts'],
20
-    function (RouteBuilder $routes) {
20
+    function(RouteBuilder $routes) {
21 21
         $routes->fallbacks(DashedRoute::class);
22 22
     }
23 23
 );
Please login to merge, or discard this patch.