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

Change constructor visibility

Makes no sense to use a protected constructor here.. In fact, it restricts is from unit-testing this class
parent 30b56637
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class SQL extends Store
/**
* Initialize the SQL data store.
*/
protected function __construct()
public function __construct()
{
$config = Configuration::getInstance();
......
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