mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
Type hint contract, not implementation
This commit is contained in:
@@ -68,7 +68,7 @@ class StartSession implements Middleware
|
||||
return $this->withSessionCookie($response, $session);
|
||||
}
|
||||
|
||||
private function makeSession(Request $request): Store
|
||||
private function makeSession(Request $request): Session
|
||||
{
|
||||
return new Store(
|
||||
$this->config['cookie'],
|
||||
|
Reference in New Issue
Block a user