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