Skip to content

Commit

Permalink
Fix merge that resulted in double function definitions again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylewalow committed Aug 7, 2024
1 parent 8fca3be commit 6cfb29a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Entries/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,13 +522,6 @@ public function updateEntryParent($ids = null)
return $this;
}

public function updateEntryParent($ids = null)
{
Facades\Collection::updateEntryParent($this, $ids);

return $this;
}

public function path()
{
return vsprintf('%s/%s.yaml', [
Expand Down

0 comments on commit 6cfb29a

Please sign in to comment.