Make compatible with backstage/users #43
Annotations
10 errors
|
phpstan:
src/Console/Commands/ListUsersCommand.php#L123
Call to method getRoleNames() on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Console/Commands/ListUsersCommand.php#L113
Call to method removeRole() on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Console/Commands/ListUsersCommand.php#L88
Call to method getRoleNames() on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Console/Commands/ListUsersCommand.php#L79
Access to property $email on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Console/Commands/ListUsersCommand.php#L79
Access to property $email on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Console/Commands/ListUsersCommand.php#L74
Access to property $name on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Console/Commands/ListUsersCommand.php#L74
Access to property $name on an unknown class Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Console/Commands/ListUsersCommand.php#L58
Negated boolean expression is always false.
|
|
phpstan:
src/Console/Commands/ListUsersCommand.php#L56
PHPDoc tag @var for variable $user has invalid type Spatie\Permission\Traits\HasRoles.
|
|
phpstan:
src/Console/Commands/DeleteUser.php#L62
Access to an undefined property Backstage\Laravel\Users\Eloquent\Models\User::$name.
|