cqpCow hace 1 año
padre
commit
2b50e8ccf5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/Http/Middleware/CheckLogin.php

+ 0 - 1
app/Http/Middleware/CheckLogin.php

@@ -2,7 +2,6 @@
 
 namespace App\Http\Middleware;
 
-use App\Http\Controllers\Api\LoginController;
 use App\Service\EmployeeService;
 use Closure;
 use App\Service\TokenService;