This commit is contained in:
root
2020-01-12 01:27:36 +08:00
parent fc18168aa2
commit 4a01b8f11e
12 changed files with 12 additions and 15 deletions

View File

@ -6,7 +6,7 @@ use App\Http\Requests\Admin\NoticeSave;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Models\Notice;
use Cache;
use Illuminate\Support\Facades\Cache;
class NoticeController extends Controller
{

View File

@ -10,7 +10,7 @@ use App\Models\ServerGroup;
use App\Models\Server;
use App\Models\Plan;
use App\Models\User;
use Cache;
use Illuminate\Support\Facades\Cache;
class ServerController extends Controller
{

View File

@ -10,7 +10,7 @@ use App\Models\Plan;
use App\Models\User;
use App\Models\Ticket;
use App\Models\Order;
use Cache;
use Illuminate\Support\Facades\Cache;
class StatController extends Controller
{