Skip to content

Commit

Permalink
Merge pull request #6 from plank/5-model-events-bug
Browse files Browse the repository at this point in the history
Fix custom model events not firing
  • Loading branch information
kfriars committed Mar 27, 2024
2 parents 5e67eb6 + f6258c1 commit 6cd4a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/FiresPublishingEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
trait FiresPublishingEvents
{
public function initializeIsPublishable()
public function initializeFiresPublishingEvents()
{
$this->addObservableEvents([
'beforePublishing',
Expand Down

0 comments on commit 6cd4a4c

Please sign in to comment.