Explorar el Código

添加分页status

chenxiqiang hace 6 años
padre
commit
2a331f668c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      manage-server/app/Http/Controllers/ServerInfoController.php

+ 1
- 1
manage-server/app/Http/Controllers/ServerInfoController.php Ver fichero

@@ -3,7 +3,7 @@
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use App\Http\Controllers\Controller;
6
+use App\Models\ServerInfo;
7 7
 
8 8
 class ServerInfoController extends Controller
9 9
 {

Loading…
Cancelar
Guardar