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