aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Language.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/Language.php')
-rw-r--r--core/namespace/Language.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/namespace/Language.php b/core/namespace/Language.php
index f082b37..8d884f9 100644
--- a/core/namespace/Language.php
+++ b/core/namespace/Language.php
@@ -41,11 +41,4 @@ class Language {
return vsprintf($this->text[$name], $arguments);
}
-
- #===============================================================================
- # DEPRECATED: This method will be removed in the future!
- #===============================================================================
- public function template($name, $params = FALSE): string {
- return $this->text($name, $params);
- }
}