pwweb / artomator

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

🐞 Fix issue with views flag not being checked properly #67

Closed rabrowne85 closed 3 years ago

rabrowne85 commented 3 years ago

The check to see if the views flag was being used was not being correctly checked. The getOptions() function returns false or the value. Therefore doing a true === ... would never pass.