diff options
Diffstat (limited to 'lib/plugins/extension/Repository.php')
-rw-r--r-- | lib/plugins/extension/Repository.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/extension/Repository.php b/lib/plugins/extension/Repository.php index ca1584cdc..03efcbe30 100644 --- a/lib/plugins/extension/Repository.php +++ b/lib/plugins/extension/Repository.php @@ -18,7 +18,9 @@ class Repository protected $hasAccess; /** + * Protected Constructor * + * Use Repository::getInstance() to get an instance */ protected function __construct() { |