Skip to content

Commit

Permalink
Merge pull request #123 from Smoggert/Smoggert-patch-collection-seria…
Browse files Browse the repository at this point in the history
…lzation-v2

Bugfix: Collection Serlization error when using parental
  • Loading branch information
driftingly committed Jan 12, 2024
2 parents d243d8e + 551686a commit 2f41ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HasParent.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function getMorphClass(): string
*
* @throws ReflectionException
*/
public function getClassNameForSerialization(): string
public function getQueueableClassName(): string
{
return $this->getParentClass();
}
Expand Down

0 comments on commit 2f41ac4

Please sign in to comment.