revert of c78a5a0a4e
This commit is contained in:
@ -61,7 +61,7 @@ class DocumentItem extends Model
|
||||
|
||||
public function document()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Document\Document')->where('type', $this->type);
|
||||
return $this->belongsTo('App\Models\Document\Document');
|
||||
}
|
||||
|
||||
public function item()
|
||||
|
Reference in New Issue
Block a user