Skip to content

Commit

Permalink
Remove random slash and change command
Browse files Browse the repository at this point in the history
  • Loading branch information
aisola committed May 8, 2018
1 parent 7315a77 commit 5a92d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions masonite/commands/RoutesCommand.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\

from cleo import Command
from tabulate import tabulate

Expand All @@ -7,7 +7,7 @@ class RoutesCommand(Command):
"""
List out all routes of the application.
routes
show:routes
"""

def handle(self):
Expand Down

0 comments on commit 5a92d7a

Please sign in to comment.