J7mbo / Aurex

Aurex is a merge between the Silex micro-framework and the awesome Auryn dependency injector.
MIT License
38 stars 2 forks source link

AbstractController now accesses correct Request #5

Closed J7mbo closed 9 years ago

J7mbo commented 9 years ago

Because of Silex 2.0 BC breaks, injecting the Request object will now just inject a blank one - the RequestStack needs to be injected and the current request retrieved from that instead

Fix for #3