summaryrefslogtreecommitdiffstats
path: root/lib/Narwhal.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Narwhal.pm')
-rw-r--r--lib/Narwhal.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Narwhal.pm b/lib/Narwhal.pm
index 2b4cfa0..5f0eff3 100644
--- a/lib/Narwhal.pm
+++ b/lib/Narwhal.pm
@@ -27,7 +27,7 @@ component TT => 'OX::View::TT', (
template_root => depends_on('/Config/template_root'),
);
-component Kioku => 'KiokuX::Model', (
+component Kioku => 'Narwhal::Component::Model', (
dsn => depends_on('/Config/kioku_dsn'),
extra_args => depends_on('/Config/kioku_extra_args'),
);