$this of type Glorand\Model\Settings\Traits\HasSettingsField is incompatible with the type Illuminate\Database\Eloquent\Model expected by parameter $model of Glorand\Model\Settings\M...sManager::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
25
return new FieldSettingsManager(/** @scrutinizer ignore-type */ $this);