Skip to content
Snippets Groups Projects
Commit 7eb6cc62 authored by Tom Needham's avatar Tom Needham
Browse files

Make class properties protected instead of private to allow subclassing

parent 49586849
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
class OC_OCS_Result{
private $data, $message, $statusCode, $items, $perPage;
protected $data, $message, $statusCode, $items, $perPage;
/**
* create the OCS_Result object
......
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