1
0
mirror of https://github.com/flarum/core.git synced 2025-07-26 03:01:22 +02:00

Fix comment typo

This commit is contained in:
Franz Liedke
2017-03-13 12:52:25 +01:00
parent 123c3a93f5
commit 5d62231004

View File

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