Replace Auth > Illuminate\Support\Facades\Auth (#12664)

Helps phpstan
This commit is contained in:
Jellyfrog
2021-03-31 21:30:04 +02:00
committed by GitHub
parent 58af994c6b
commit 24c8513029
13 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -5,11 +5,11 @@ namespace App\Http\Controllers;
use App\Facades\DeviceCache;
use App\Models\Device;
use App\Models\Vminfo;
use Auth;
use Carbon\Carbon;
use Gate;
use Illuminate\Http\Request;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Auth;
use LibreNMS\Config;
use LibreNMS\Util\Graph;
use LibreNMS\Util\Url;