Skip to content
Snippets Groups Projects
Unverified Commit ec74faa4 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Remove unused property

parent e138710b
No related branches found
No related tags found
No related merge requests found
...@@ -76,14 +76,6 @@ class Configuration implements Utils\ClearableState ...@@ -76,14 +76,6 @@ class Configuration implements Utils\ClearableState
*/ */
private $filename = null; private $filename = null;
/**
* Temporary property that tells if the deprecated getBaseURL() method has been called or not.
*
* @var bool
*/
private $deprecated_base_url_used = false;
/** /**
* Initializes a configuration from the given array. * Initializes a configuration from the given array.
* *
......
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