Skip to content

Commit 5edf856

Browse files
author
AkkuFresh
authored
Change User model location to Models\User (line 30)
1 parent 6e87492 commit 5edf856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Listeners/SaveActivity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function handle(ActivityWasTriggered $event)
2727

2828
if ($event->eloquent && !strpos($subject, '\Models')) {
2929
$subjectId = null;
30-
$subject = 'App\User';
30+
$subject = 'App\Models\User';
3131
}
3232

3333
// log adjustment

0 commit comments

Comments
 (0)