dwightwatson/rememberable

Fails on default Lumen due to facade use

assertchris opened this issue · 1 comments

Builder required the Cache facade. It's just as easy to replace with app("cache")->... which cannot be disabled.

Fair call, thanks. I've just tested it out on Laravel and Lumen to be safe so I'll tag a new version now.