Clean up models.

This commit is contained in:
James Cole
2020-03-25 06:58:29 +01:00
parent 5e3d00ecde
commit 7e6cd77203
24 changed files with 171 additions and 15 deletions

View File

@@ -50,6 +50,7 @@ use Illuminate\Support\Carbon;
* @method static Builder|Role whereName($value)
* @method static Builder|Role whereUpdatedAt($value)
* @mixin Eloquent
* @property-read int|null $users_count
*/
class Role extends Model
{