fix test bug

This commit is contained in:
Josiah Dahl 2017-08-07 12:12:39 -07:00
parent 56f0d9c0a9
commit 9a82b80cb1

View File

@ -8,7 +8,7 @@ class RouteCommand extends BaseCommand {
protected $signature = 'wn:route
{resource : Name of the resource.}
{--controller= : Name of the RESTful controller.}
{--laravel :R Use Laravel style route definitions}
{--laravel= : Use Laravel style route definitions}
';
protected $description = 'Generates RESTful routes.';