Skip to content

Commit

Permalink
Fixed arguments on artisan command #80
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Fenoglio authored and Fabrizio Fenoglio committed Mar 14, 2016
1 parent 9b4153a commit 697c1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Notifynder/Artisan/PushCategoryToGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function fire()
$arguments = $this->getArgumentsConsole();

$categoryGroup = array_shift($arguments);
$arguments = $arguments[0];
$categories = explode(',',$arguments);

$groupCategories = $this->notifynderGroup
Expand Down

0 comments on commit 697c1d4

Please sign in to comment.