psalm / psalm-plugin-laravel

A Psalm plugin for Laravel
MIT License
306 stars 71 forks source link

Fix database migrations path #188

Closed CristianGiordano closed 3 years ago

CristianGiordano commented 3 years ago

This PR will fix the database/migrations path. When the class was extracted in this commit it was placed in a nested folder and thus the call to dirname needed to be updated to ensure the path is correct.

Thanks 🙌

mr-feek commented 3 years ago

thanks for the PR! sorry about that

CristianGiordano commented 3 years ago

thanks for the PR! sorry about that

No need to apologise! When do you think a release might be tagged?

mr-feek commented 3 years ago

just released v1.5.0 now with this change in it @CristianGiordano