Merge branch 'develop'

This commit is contained in:
2020-03-02 13:04:27 -03:00
2 changed files with 4 additions and 3 deletions

View File

@ -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()
{ {

View File

@ -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"
} }
] ]