Skip to content

Commit

Permalink
Add missing argument to non-localized requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann committed Oct 13, 2017
1 parent 69826bf commit 3bf0bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected function processModels($action)
}
}
else {
$this->$action($instance);
$this->$action($instance, $model);
}
}
}
Expand Down

0 comments on commit 3bf0bc8

Please sign in to comment.