Model inheritance
This commit is contained in:
@ -3,8 +3,9 @@ namespace Incoviba\Common\Alias;
|
|||||||
|
|
||||||
use Stringy\Stringy;
|
use Stringy\Stringy;
|
||||||
use App\Contract\Auth;
|
use App\Contract\Auth;
|
||||||
|
use Aldarien\Common\Alias\Model as BaseModel;
|
||||||
|
|
||||||
class Model extends \Model
|
class Model extends BaseModel
|
||||||
{
|
{
|
||||||
public function getTable()
|
public function getTable()
|
||||||
{
|
{
|
||||||
|
@ -28,11 +28,11 @@
|
|||||||
},
|
},
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "git",
|
||||||
"url": "//192.168.1.100/git/models.git"
|
"url": "//192.168.1.100/git/models.git"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "git",
|
||||||
"url": "//192.168.1.100/git/auth.git"
|
"url": "//192.168.1.100/git/auth.git"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user