Closed genesiscz closed 1 year ago
It is a very bad idea to use app() outside of your project's code (and even there you should avoid it as much as possible). In packages it should not be used actually. Yeah, I used app() here a long time ago, before I learned that it was a bad idea =) Now it also was fixed.
I know, but since I didn't run the tests and CI doesn'T have it, I didn't want to risk too much here haha
Fixes https://github.com/swayok/alternative-laravel-cache/issues/47