Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rajakodings committed Nov 7, 2018
1 parent 3e0950d commit 4fe5062
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 30 deletions.
94 changes: 65 additions & 29 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Commands/Pack.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Pack extends Command
*
* @var string
*/
protected $signature = 'packer:pack {--ignoreTable} {--ignoreTableData}';
protected $signature = 'packer:pack {--ignoreTable=} {--ignoreTableData=}';

/**
* The console command description.
Expand Down

0 comments on commit 4fe5062

Please sign in to comment.