Просмотр исходного кода

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 год назад
Родитель
Сommit
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