Merge task->invoice->withTrashed()
This commit is contained in:
parent
e3dcf4aa47
commit
3a45a48a1a
|
|
@ -54,7 +54,7 @@ class Task extends EntityModel
|
|||
*/
|
||||
public function invoice()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Invoice');
|
||||
return $this->belongsTo('App\Models\Invoice')->withTrashed();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue