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

View File

@@ -36,7 +36,7 @@ use App\Models\User;
use App\Models\UserPref;
use App\Models\Vminfo;
use App\Models\WirelessSensor;
use Auth;
use Illuminate\Support\Facades\Auth;
use Illuminate\View\View;
use LibreNMS\Config;
use LibreNMS\Util\ObjectCache;