Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 8 throw an error #21

Open
Myassar-AWJ opened this issue Feb 9, 2022 · 0 comments
Open

Laravel 8 throw an error #21

Myassar-AWJ opened this issue Feb 9, 2022 · 0 comments

Comments

@Myassar-AWJ
Copy link

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";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant