Переглянути джерело

feat(configuration): Use protected instead of private

This way we can override the $_configuration property using
a new Configuration extending the PrivateBin one.
Jacques Bodin-Hullin 1 рік тому
батько
коміт
51d8e92e6a
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lib/Configuration.php

+ 1 - 1
lib/Configuration.php

@@ -25,7 +25,7 @@ class Configuration
      *
      * @var array
      */
-    private $_configuration;
+    protected $_configuration;
 
     /**
      * default configuration