4.9.2
Added
- Model guesser, so if you have
ArticleRepository
for example, Restify will guess the modelApp\Models\Article
so you don't have to define themodel
static property.
ArticleRepository
for example, Restify will guess the model App\Models\Article
so you don't have to define the model
static property.