diff --git a/Module.php b/Module.php index 2ae3819..f85d1a8 100644 --- a/Module.php +++ b/Module.php @@ -49,4 +49,9 @@ public function __construct($id, $parent = null, $config = []) $this->mediaUrlPrefix = Url::base(true); } } + + public function missingTranslation() + { + // @todo + } } \ No newline at end of file