Skip to content
Snippets Groups Projects
Commit 2329779d authored by git's avatar git Committed by Mateu Aguiló Bosch
Browse files

Issue #3127429 by gnunes: access param should not be mandatory

parent 11f77ea9
No related branches found
Tags 8.x-2.0-rc5
No related merge requests found
......@@ -22,7 +22,7 @@ class JsonRpcMethod extends AnnotationBase implements MethodInterface {
*
* @var mixed
*/
public $access;
public $access = [];
/**
* The class method to call.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment