othercorey 5 years ago
parent
commit
2d1e192889
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Shell/RoutesShell.php

+ 1 - 1
src/Shell/RoutesShell.php

@@ -74,7 +74,7 @@ class RoutesShell extends Shell
             $this->helper('table')->output($output);
             $this->out();
         } catch (RedirectException $e) {
-           $output = [
+            $output = [
                 ['URI template', 'Redirect'],
                 [$url, $e->getMessage()],
             ];