The expression return $this->morphedByM...ated, 'vocabularyable') returns the type Illuminate\Database\Eloquent\Relations\MorphToMany which is incompatible with the documented return type Fomvasss\Taxonomy\Models\Vocabulary.
Loading history...
46
}
47
48
/**
49
* Связь:
50
* Сущность текущей модели - словарь "держит" много словарей
51
* (полиморфная связь! - не используется в этом пакете для категоризации)
The expression return $this->morphedByM...ated, 'vocabularyable') returns the type Illuminate\Database\Eloquent\Relations\MorphToMany which is incompatible with the documented return type Fomvasss\Taxonomy\Models\Vocabulary.