Skip to content

Commit

Permalink
Update MakeAdminLteCommand.php (#69)
Browse files Browse the repository at this point in the history
fix 'The "force" option does not exist.'
  • Loading branch information
miy4mori authored and jeroennoten committed Mar 30, 2017
1 parent 09b49c4 commit 14c8938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/MakeAdminLteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class MakeAdminLteCommand extends MakeAuthCommand
{
protected $signature = 'make:adminlte {--views : Only scaffold the authentication views}';
protected $signature = 'make:adminlte {--views : Only scaffold the authentication views}{--force : Overwrite existing views by default}';

protected $description = 'Scaffold basic AdminLTE login and registration views and routes';

Expand Down

0 comments on commit 14c8938

Please sign in to comment.