belongsTo(Role::class, 'role_id'); } public static function create(array $attributes = []) { return parent::updateOrCreate($attributes); } }