pwweb / artomator

Artomator: Custom commands making life easier for Laravel.
MIT License
4 stars 1 forks source link

🐞 Fix relocated default-schema from lighthouse #57

Closed rabrowne85 closed 3 years ago

rabrowne85 commented 3 years ago

Fix issue that the publishing of the files can't find the file in question. Lighthouse moved the file to a new location. This updates the path.

A future improvement would be to fire the artisan command for lighthouse directly - thereby removing the need for the path location to be maintained.