imanghafoori1 / laravel-microscope

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

add command for change carbon import to laravel carbon. #218

Closed HAstaShakiba closed 2 years ago

HAstaShakiba commented 2 years ago

after run this command change all carbon imports to laravel carbon.

use Carbon\Carbon; -> use Illuminate\Support\Carbon;