-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
the package depend on user model which is located in past version in app folder but not the directory is changed we need to edit the
user-activity.php
'model' => [
'user' => "App\Models\User"
],
and
vendor\haruncpi\laravel-user-activity\src\Controllers\ActivityController.php
use App\Models\User;
private $userInstance = "\App\Models\User";
Metadata
Metadata
Assignees
Labels
No labels