Skip to content

Commit

Permalink
Fix command options description.
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Dec 16, 2017
1 parent 383cb35 commit 1da7641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Generators/DataTablesEditorCommand.php
Expand Up @@ -14,8 +14,8 @@ class DataTablesEditorCommand extends GeneratorCommand
* @var string
*/
protected $signature = 'datatables:editor
{name : The name of the datatable.}
{--model : The name of the model to be used.}
{name : The name of the dataTable editor.}
{--model : The name given will be used as the model is singular form.}
{--model-namespace= : The namespace of the model to be used.}';

/**
Expand Down

0 comments on commit 1da7641

Please sign in to comment.