Level 2
Oh, nevermind. I've found it eventually.
use Symfony\Component\HttpFoundation\Session\SessionInterface as SessionContract;
Summer Sale! All accounts are 50% off this week.
I'm refactoring the code by replacing all the facades to use Contracts. But I couldn't see the contract for Session in the documentation, http://laravel.com/docs/5.0/contracts
Am I missing something here?
Oh, nevermind. I've found it eventually.
use Symfony\Component\HttpFoundation\Session\SessionInterface as SessionContract;
Please or to participate in this conversation.