small change
This commit is contained in:
parent
88b6ae583c
commit
3a0a349090
@ -2,9 +2,7 @@
|
||||
|
||||
namespace App\Models\Company;
|
||||
|
||||
use App\Models\Common\Company as C;
|
||||
|
||||
/**
|
||||
* @deprecated since 1.2.7 version. use Common\Company instead.
|
||||
*/
|
||||
class Company extends C {}
|
||||
class Company extends \App\Models\Common\Company {}
|
||||
|
@ -2,9 +2,7 @@
|
||||
|
||||
namespace App\Models\Item;
|
||||
|
||||
use App\Models\Common\Item as I;
|
||||
|
||||
/**
|
||||
* @deprecated since 1.2.7 version. use Common\Item instead.
|
||||
*/
|
||||
class Item extends I {}
|
||||
class Item extends \App\Models\Common\Item {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user