mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +08:00
Fix incorrect member visibility on event
This commit is contained in:
parent
93c6bf026e
commit
da9da8705d
|
@ -4,7 +4,7 @@ use Flarum\Api\Actions\SerializeAction;
|
|||
|
||||
class BuildApiAction
|
||||
{
|
||||
protected $action;
|
||||
public $action;
|
||||
|
||||
/**
|
||||
* @param SerializeAction $action
|
||||
|
|
Loading…
Reference in New Issue
Block a user