Skip to content

Commit

Permalink
remove ray
Browse files Browse the repository at this point in the history
  • Loading branch information
def203 committed Mar 24, 2021
1 parent 6aeab17 commit 5837ca3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Commands/LaravelRouteMenuCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ protected function displayRoute(Route $route): void

$this->line('');

ray($route);

if ($method === 'REDIRECT') {
$this->line('👉 ' . $route->defaults['destination'] . ' ' . $route->defaults['status']);
}
Expand Down

0 comments on commit 5837ca3

Please sign in to comment.