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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user