FIX: Model factory

This commit is contained in:
2019-12-23 18:13:58 -03:00
parent 9dc0371b82
commit e837d06bea
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
namespace Incoviba\common;
use Incoviba\Common\Alias\OldModel as Model;
use Incoviba\Common\Service\Factory;
use Incoviba\Common\Factory\Model;
/**
*

View File

@ -2,7 +2,7 @@
namespace Incoviba\common;
use Incoviba\Common\Alias\OldModel as Model;
use Incoviba\Common\Service\Factory;
use Incoviba\Common\Factory\Model;
/**
* User with Privileges

View File

@ -2,7 +2,7 @@
namespace Incoviba\old\Venta;
use Carbon\Carbon;
use Incoviba\Common\Service\Factory;
use Incoviba\Common\Factory\Model;
use Incoviba\Common\Alias\OldModel as Model;
use Incoviba\old\Proyecto\Proyecto;