chained translator with store
[catagits/catbook-code.git] / lib / LolCatalyst / Lite / Model / SnippetStore.pm
diff --git a/lib/LolCatalyst/Lite/Model/SnippetStore.pm b/lib/LolCatalyst/Lite/Model/SnippetStore.pm
new file mode 100644 (file)
index 0000000..775919e
--- /dev/null
@@ -0,0 +1,9 @@
+package LolCatalyst::Lite::Model::SnippetStore;
+
+use strict;
+use warnings;
+use aliased 'LolCatalyst::Lite::SnippetStore';
+
+sub COMPONENT { SnippetStore->new }
+
+1;