Convert auth() helper to use Auth facade (#1656)

* Convert auth() helper to use Auth facade

* composer fix-style

---------

Co-authored-by: laravel-ide-helper <[email protected]>
This commit is contained in:
Barry vd. Heuvel
2025-01-08 13:50:47 +01:00
committed by GitHub
co-authored by laravel-ide-helper
parent 06c1fab9b5
commit 299a81b9bb
2 changed files with 20 additions and 1 deletions
+1
View File
@@ -123,6 +123,7 @@ return [
'helper_files' => [
base_path() . '/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
base_path() . '/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php',
],
/*