dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Route cache service injection #1618

Closed bjdelange closed 5 years ago

bjdelange commented 5 years ago

The Routes command has pretty constructor service injection; so does the Cache command now. Also cleaned up a double used variable.

specialtactics commented 5 years ago

Hey @bjdelange I appreciate you taking the time to re-submit this, thanks for your work !