1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 03:12:46 +01:00

Merge pull request #3172 from sulemaanhamza/master

Fixed undefined variable bug in the FollowerObserver
This commit is contained in:
FreeScout 2023-07-08 12:15:22 +03:00 committed by GitHub
commit 9e514447e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)