1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

Update StartSession.php

Fixed CookieFactory typo in phpdoc.
This commit is contained in:
Daniël Klabbers
2017-06-19 16:47:20 +02:00
committed by GitHub
parent 04c4806f6f
commit 57570d960e

View File

@@ -29,7 +29,7 @@ class StartSession implements MiddlewareInterface
/**
* Rememberer constructor.
* @param CookieFactoy $cookie
* @param CookieFactory $cookie
*/
public function __construct(CookieFactory $cookie)
{