Skip to content

Commit

Permalink
Add empty missing translation method in Module
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeholic committed Jan 27, 2017
1 parent 4988017 commit 5f2951a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@ public function __construct($id, $parent = null, $config = [])
$this->mediaUrlPrefix = Url::base(true);
}
}

public function missingTranslation()
{
// @todo
}
}

0 comments on commit 5f2951a

Please sign in to comment.