@@ -6,7 +6,7 @@ |
||
| 6 | 6 | Router::plugin( |
| 7 | 7 | 'Sluggable', |
| 8 | 8 | ['path' => '/sluggable'], |
| 9 | - function (RouteBuilder $routes) { |
|
| 9 | + function(RouteBuilder $routes) { |
|
| 10 | 10 | $routes->fallbacks(DashedRoute::class); |
| 11 | 11 | } |
| 12 | 12 | ); |