Closed lsfiege closed 4 years ago
Hhhhmmm, check that trait are correctly referrenced. Run Check:import Check:psr4
First to see what happens.
I think there is some problem with SoftDeletes; trait.
The psr4 and import checks are ok
I investigate the issue, thanks for report.
If you are ok, please send the content of the Task.php file. in the telegram or put it in github gist and mention the link
Also composer dump
may help you.
I've ran the command with an empty Task class and it still failing, maybe this is a problem from the legacy codebase I'm working on. So I'm going to close this issue. Thank you for your support!
Let this be open until we find the root cause of this confusion.
Did you ever find out what was causing this issue? I'm just trying the package and I get this exact error. It's a legacy code base which has been upgraded to Laravel 8, so unsure if there's something missing/wrong further back.
Hi! Thank you for this amazing component!
I have an error when I run the
php artisan check:stringy_classes
command: It throws the following error output:I have only one
App\Task
class model, Is this a false positive or is it another error?