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