moved folders to common directory
This commit is contained in:
@ -26,7 +26,7 @@ class BillItem extends Model
|
||||
|
||||
public function item()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Item\Item');
|
||||
return $this->belongsTo('App\Models\Common\Item');
|
||||
}
|
||||
|
||||
public function tax()
|
||||
|
Reference in New Issue
Block a user