Browse Source

添加分页status

chenxiqiang 6 years ago
parent
commit
2a331f668c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      manage-server/app/Http/Controllers/ServerInfoController.php

+ 1
- 1
manage-server/app/Http/Controllers/ServerInfoController.php View File

@@ -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…
Cancel
Save