diff --git a/system/lang.php b/system/lang.php index 07cce849..f18bc4cd 100644 --- a/system/lang.php +++ b/system/lang.php @@ -135,4 +135,12 @@ class Lang { return $this; } + /** + * Get the string content of the language line. + */ + public function __toString() + { + return $this->get(); + } + } \ No newline at end of file