bosnadev / repository

Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
https://bosnadev.com
823 stars 233 forks source link

Added PreventCriteriaOverwriting feature #60

Closed penteleq closed 8 years ago

penteleq commented 8 years ago

Added PreventCriteriaOverwriting feature that enables to chain criteria without queries stratification. Adding criterias by deafult won't be stratisfied when we want to apply same class with other parameters.