Why is the Session class not based MiddlewareInterface?
jnessier opened this issue · 1 comments
jnessier commented
Why is the Session class not based MiddlewareInterface?
bryanjhv commented
The question is not clear.
In case you're asking why doesn't Session
implement MiddlewareInterface
:
(AFAIK) Slim Framework doesn't force you to do that, and also I don't mind at all.
At least for me there's no real advantage (apart from adding another method).
If you think there's a clear benefit, please explain and I might change my mind.