mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 09:16:16 +08:00
Update StartSession.php
Fixed CookieFactory typo in phpdoc.
This commit is contained in:
parent
4e628ad47e
commit
8760df5697
|
@ -29,7 +29,7 @@ class StartSession implements MiddlewareInterface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rememberer constructor.
|
* Rememberer constructor.
|
||||||
* @param CookieFactoy $cookie
|
* @param CookieFactory $cookie
|
||||||
*/
|
*/
|
||||||
public function __construct(CookieFactory $cookie)
|
public function __construct(CookieFactory $cookie)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user