imanghafoori1 / laravel-microscope

Fearless refactoring, it does a lot of smart checks to find certain errors.
MIT License
1.48k stars 96 forks source link

Support Facade fixes like \Auth, \Log #238

Open rognales opened 2 years ago

rognales commented 2 years ago

Hi There,

Been using your package happily for the past years. Thanks alot!

I wonder if you can support removing \Auth and replacing with proper imports

imanghafoori1 commented 2 years ago

Yeah, that is possible but takes time. Currently, I am very busy these days. My main focus is to stabilize and debug the previous features. plus php8.2 is coming out and the syntax must be supported.