mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
send email
This commit is contained in:
@ -10,6 +10,7 @@ use App\Services\PapelImpresionService;
|
||||
use CodeIgniter\Config\BaseService;
|
||||
use App\Services\ProductionService;
|
||||
use App\Services\TarifaMaquinaService;
|
||||
use CodeIgniter\Email\Email;
|
||||
|
||||
/**
|
||||
* Services Configuration file.
|
||||
@ -36,6 +37,7 @@ class Services extends BaseService
|
||||
* return new \CodeIgniter\Example();
|
||||
* }
|
||||
*/
|
||||
|
||||
public static function production(){
|
||||
return new ProductionService();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user