Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Feb 5, 2025
1 parent 8aad1d2 commit 6af828b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Illuminate/Database/Eloquent/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2198,9 +2198,9 @@ public function onClone(Closure $callback)
public function __clone()
{
$this->query = clone $this->query;
foreach ($this->onCloneCallbacks as $onCloneCallback) {
$onCloneCallback($this);
}

foreach ($this->onCloneCallbacks as $onCloneCallback) {
$onCloneCallback($this);
}
}
}

0 comments on commit 6af828b

Please sign in to comment.