diff --git a/src/Factory.php b/src/Factory.php index d704f00..cebd236 100644 --- a/src/Factory.php +++ b/src/Factory.php @@ -245,7 +245,7 @@ function ($model) { } ); - $this->factory->callAfterCreating($returnFirstCollectionResultAtEnd ? $result->first() : $result); + $this->factory->callAfterCreating($result); $this->processAfterCreating($result); $result->each(