Skip to content

Commit

Permalink
Updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
peric committed Oct 13, 2016
1 parent 94149f4 commit d104286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ModelNotFoundException extends RuntimeException
*/
public function setModel($model, $instanceIds)
{
$this->model = $model;
$this->model = $model;
$this->instanceIds = $instanceIds;

if (is_array($instanceIds)) {
Expand Down

0 comments on commit d104286

Please sign in to comment.