Skip to content

Commit

Permalink
Merge pull request #223 from uniconstructor/patch-2
Browse files Browse the repository at this point in the history
Fixed replicate() hook
  • Loading branch information
jarektkaczyk authored Mar 24, 2018
2 parents d058c69 + 88fde3a commit a116146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Metable/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function replicate()

$copy->setRelation('metaAttributes', $metaAttributes);

return $next($copy);
return $next($copy, $args);
};
}

Expand Down

0 comments on commit a116146

Please sign in to comment.