aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/SemanticScuttle/Service.php')
-rw-r--r--src/SemanticScuttle/Service.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SemanticScuttle/Service.php b/src/SemanticScuttle/Service.php
index 1afb353..cd79f2c 100644
--- a/src/SemanticScuttle/Service.php
+++ b/src/SemanticScuttle/Service.php
@@ -51,7 +51,7 @@ class SemanticScuttle_Service
{
static $instance;
if (!isset($instance)) {
- $instance = new self($db);
+ $instance = new static($db);
}
return $instance;
}