small change
This commit is contained in:
@ -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 {}
|
||||
|
Reference in New Issue
Block a user