Skip to content
Snippets Groups Projects

added missing method - get_template_path

Merged Krzysztof Dyszczyk requested to merge bugfix/get-template-path into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -57,6 +57,8 @@ trait TemplateLoad {
}
/**
* Get template path.
*
* @return string
*/
public function get_template_path() {
Loading