Level 2
Oh, nevermind. I've found it eventually.
use Symfony\Component\HttpFoundation\Session\SessionInterface as SessionContract;
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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.