From 3af02f725b29075d5bd67517ebbe2e9216b297b8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 19 Sep 2015 12:25:59 +0100 Subject: [PATCH] Fixed docblock comments --- app/Http/Middleware/AppIsSetup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Middleware/AppIsSetup.php b/app/Http/Middleware/AppIsSetup.php index 8a915181..cfde7f58 100644 --- a/app/Http/Middleware/AppIsSetup.php +++ b/app/Http/Middleware/AppIsSetup.php @@ -19,10 +19,10 @@ use Illuminate\Support\Facades\Redirect; class AppIsSetup { /** - * Run the is setup filter. + * Run the app is setup middleware. * - * We're verifying that Cachet is correctly setup. If it is, they we're - * sending the user to the dashboard so they can use Cachet. + * We're verifying that Cachet is correctly setup. If it is, then we're + * redirecting the user to the dashboard so they can use Cachet. * * @param \Illuminate\Routing\Route $route * @param \Closure $next