diff --git a/app/Controllers/Admin/Customer/ServiceController.php b/app/Controllers/Admin/Customer/ServiceController.php index 91c927b..f026198 100644 --- a/app/Controllers/Admin/Customer/ServiceController.php +++ b/app/Controllers/Admin/Customer/ServiceController.php @@ -2,15 +2,15 @@ namespace App\Controllers\Admin\Customer; -use CodeIgniter\HTTP\RequestInterface; -use CodeIgniter\HTTP\ResponseInterface; -use Psr\Log\LoggerInterface; - use App\Helpers\Customer\ServiceHelper; use App\Services\Customer\ServiceService; use App\Services\Equipment\IpService; + use App\Services\Equipment\LineService; use App\Services\Equipment\ServerService; +use CodeIgniter\HTTP\RequestInterface; +use CodeIgniter\HTTP\ResponseInterface; +use Psr\Log\LoggerInterface; class ServiceController extends CustomerController {