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

Update TokenAction for new architecture

This commit is contained in:
Toby Zerner
2015-05-04 10:30:56 +09:30
parent 95c192c380
commit 0a2c05379c
3 changed files with 21 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ class Request
public $http;
public function __construct(array $input, Actor $actor, IlluminateRequest $http = null)
public function __construct(array $input, Actor $actor = null, IlluminateRequest $http = null)
{
$this->input = $input;
$this->actor = $actor;