Skip to content

Commit

Permalink
Merge 915935e into e836a33
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 committed Nov 4, 2019
2 parents e836a33 + 915935e commit 886ff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/ChainCollection.php
Expand Up @@ -10,7 +10,7 @@ class ChainCollection

public function forgetAbout($manager, $models, $event = null)
{
$models = is_array($models[0]) ? $models[0] : $models;;
$models = is_array($models[0]) ? $models[0] : $models;

foreach ($models as $model) {
if ($event) {
Expand Down

0 comments on commit 886ff09

Please sign in to comment.