Skip to content
Snippets Groups Projects
Commit dcb1261b authored by Demian Katz's avatar Demian Katz
Browse files

Added missing static keyword.

parent 06c124fd
No related merge requests found
...@@ -104,7 +104,7 @@ class Module ...@@ -104,7 +104,7 @@ class Module
* *
* @return ThemeInfo * @return ThemeInfo
*/ */
public function getThemeInfo() public static function getThemeInfo()
{ {
return new ThemeInfo(realpath(__DIR__ . '/../../themes'), 'blueprint'); return new ThemeInfo(realpath(__DIR__ . '/../../themes'), 'blueprint');
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment