Skip to content

Commit

Permalink
change method visibility (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
wychoong authored Jan 5, 2024
1 parent 5bb450f commit 2198597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

trait CanDispatchActivityUpdated
{
private function dispatchActivityUpdated(): bool
protected function dispatchActivityUpdated(): bool
{
$this->dispatch(ActivityLogFeed::UPDATED)->to(ActivityLogFeed::class);

Expand Down

0 comments on commit 2198597

Please sign in to comment.