1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 08:11:27 +02:00

Merge pull request #1199 from Luceos/patch-2

Update StartSession.php
This commit is contained in:
Franz Liedke
2017-06-20 08:17:39 +02:00
committed by GitHub

View File

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