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

@@ -11,8 +11,8 @@ use App\Models\Syslog;
use App\Models\User;
use App\Models\UserPref;
use App\Models\Widget;
use Auth;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use LibreNMS\Config;
use Toastr;