Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jun 10, 2018
1 parent 88b6ae5 commit 3a0a349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions app/Models/Company/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
4 changes: 1 addition & 3 deletions app/Models/Item/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}

0 comments on commit 3a0a349

Please sign in to comment.