1
0
mirror of https://github.com/flarum/core.git synced 2025-02-25 03:33:42 +01:00

Fix comment typo

This commit is contained in:
Franz Liedke 2017-03-13 12:52:25 +01:00
parent 123c3a93f5
commit 5d62231004
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

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