Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

user model issue using laravel 5.3 #200

Open
rajendraborse opened this issue Nov 22, 2016 · 3 comments
Open

user model issue using laravel 5.3 #200

rajendraborse opened this issue Nov 22, 2016 · 3 comments

Comments

@rajendraborse
Copy link

User.php in model
error

namespace App;

use Illuminate\Database\Eloquent\Model;

use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Database\Eloquent\SoftDeletes;
use Bican\Roles\Traits\HasRoleAndPermission;
use Bican\Roles\Contracts\HasRoleAndPermission as HasRoleAndPermissionContract;

class User extends Authenticatable implements HasRoleAndPermissionContract
{
use HasRoleAndPermission , SoftDeletes;

@rajendraborse rajendraborse changed the title user_role user role Nov 22, 2016
@rajendraborse rajendraborse changed the title user role user model issue using laravel 5.3 Nov 22, 2016
@frontendwizard
Copy link

same problem here...

@Ricky-rick
Copy link

We decided to update and maintain a copy of bican roles. This issue is fixed in this copy.
You can find it on packagist: https://packagist.org/packages/ultraware/roles

@rajendraborse
Copy link
Author

ok

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

No branches or pull requests

3 participants