servermgrv2 init...
This commit is contained in:
parent
aa22c0e1f5
commit
08e291d175
@ -9,7 +9,6 @@ use CodeIgniter\HTTP\RequestInterface;
|
||||
use CodeIgniter\HTTP\ResponseInterface;
|
||||
use CodeIgniter\HTTP\Files\UploadedFile;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use App\Libraries\Log\Log;
|
||||
use App\Models\UserModel;
|
||||
|
||||
/**
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
namespace App\Models;
|
||||
|
||||
use CodeIgniter\Model;
|
||||
use App\Libraries\Log\Log;
|
||||
use App\Entities\BaseEntity;
|
||||
|
||||
abstract class BaseModel extends Model
|
||||
|
||||
Loading…
Reference in New Issue
Block a user