Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -13,7 +13,7 @@ class APITestNamespacedEndpointStubV2 extends APIEndpoint {
|
||||
],
|
||||
];
|
||||
|
||||
function testVersion() {
|
||||
public function testVersion() {
|
||||
return $this->successResponse('v2');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user