Open Aristona opened 9 years ago
Hi,
I was wondering if the following use is supported.
$klein->app()->register('browser.language', function () { return new Browser\Language; }); $app->browser->language // Browser\Language
If not, would anyone want that functionality built into the core? I can do a PR.
Hi,
I was wondering if the following use is supported.
If not, would anyone want that functionality built into the core? I can do a PR.