onecentlin / laravel5-snippets-vscode

Laravel snippets for Visual Studio Code (Support Laravel 5 and above)
MIT License
36 stars 19 forks source link

Auth::logout(); can be written as auth()->logout(); #34

Open riojosdev opened 3 years ago

riojosdev commented 3 years ago

I am not sure if this is the right place, because this is not part of a Facade. Just another way to do this without importing the Facade.