From be0360fb4e187ae0a54acf63cb9b893043b23819 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Mon, 27 Jul 2020 02:14:52 +0200 Subject: [PATCH] Cleanup --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index 41170c9..bfa5fae 100644 --- a/src/App.php +++ b/src/App.php @@ -334,7 +334,7 @@ class App ); }); - $container->set(TrailingSlash::class, function(){ + $container->set(TrailingSlash::class, function () { return (new TrailingSlash())->redirect(); });