mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add maquina service
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
namespace Config;
|
namespace Config;
|
||||||
|
|
||||||
use App\Services\FTPService;
|
use App\Services\FTPService;
|
||||||
|
use App\Services\MaquinaService;
|
||||||
use App\Services\PapelImpresionService;
|
use App\Services\PapelImpresionService;
|
||||||
use CodeIgniter\Config\BaseService;
|
use CodeIgniter\Config\BaseService;
|
||||||
use App\Services\ProductionService;
|
use App\Services\ProductionService;
|
||||||
@ -43,4 +44,8 @@ class Services extends BaseService
|
|||||||
{
|
{
|
||||||
return new PapelImpresionService();
|
return new PapelImpresionService();
|
||||||
}
|
}
|
||||||
|
public static function maquina()
|
||||||
|
{
|
||||||
|
return new MaquinaService();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user