Skip to content

Commit

Permalink
fix: #5 rename initialize method to match trait name as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
m-triassi committed Mar 26, 2024
1 parent 5e67eb6 commit f6258c1
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 f6258c1

Please sign in to comment.