How to fix multiple definitions exist for classes in Laravel Ide Helper (PhpStorm)

Table of contents:

# How to fix?

Use command below:

php artisan ide-helper:models --write-mixin --no-interaction

It works perfectly with Laravel Models.