Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 3, 2019
1 parent ea8639c commit 8b8570c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Console/ClientCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class ClientCommand extends Command
{--personal : Create a personal access token client}
{--password : Create a password grant client}
{--client : Create a client credentials grant client}
{--redirect_uri= : Redirect URI after authorization request }
{--user_id= : User ID the client is assigned to }
{--name= : The name of the client}';
{--name= : The name of the client}
{--redirect_uri= : The URI to redirect to after authorization }
{--user_id= : The user ID the client should be assigned to }';

/**
* The console command description.
Expand Down

0 comments on commit 8b8570c

Please sign in to comment.