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
{

View File

@@ -35,9 +35,7 @@ use Laratrust\Traits\LaratrustUserTrait;
* @property bool opt_in
* @property string last_pirep_id
*
* @method static updateOrCreate(array $array, array $attrs)
* @method static where()
* @method static truncate()
* @mixin \Illuminate\Database\Eloquent\Builder
* @mixin \Illuminate\Notifications\Notifiable
* @mixin \Laratrust\Traits\LaratrustUserTrait
*/