mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 11:22:42 +01:00
Merge pull request #3172 from sulemaanhamza/master
Fixed undefined variable bug in the FollowerObserver
This commit is contained in:
commit
9e514447e6
@ -8,7 +8,7 @@ class FollowerObserver
|
||||
{
|
||||
public function created(Follower $follower)
|
||||
{
|
||||
\Eventy::action('follower.created', $attachment);
|
||||
\Eventy::action('follower.created', $follower);
|
||||
}
|
||||
|
||||
public function deleted(Follower $follower)
|
||||
|
Loading…
Reference in New Issue
Block a user