mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Update role related classes, rename user_roles to roles where used
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||
* @property string|null $lastname
|
||||
* @property string $email
|
||||
* @property string $password
|
||||
* @property int $user_roles_id FK to user_roles.id
|
||||
* @property int $user_roles_id FK to roles.id
|
||||
* @property string|null $host
|
||||
* @property int $grabs
|
||||
* @property string $rsstoken
|
||||
|
||||
Reference in New Issue
Block a user