alphadevx / alpha

Full-stack MVC framework for PHP.
http://www.alphaframework.org/
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

The required fields in the Article class should not be using a custom regex #381

Closed alphadevx closed 10 months ago

alphadevx commented 1 year ago

That regex appears to be broken, instead it should be using the ->isRequired() modifier.