Cleanup Model doc

This commit is contained in:
Nabeel Shahzad
2019-12-22 09:46:41 +05:00
parent e862537a20
commit 66a1192739
5 changed files with 7 additions and 22 deletions

View File

@@ -5,9 +5,7 @@ namespace App\Models;
use Laratrust\Models\LaratrustRole;
/**
* @method static where(string $string, $group)
* @method static firstOrCreate(array $array, array $array1)
* @method static truncate()
* @mixin \Illuminate\Database\Eloquent\Builder
*/
class Role extends LaratrustRole
{