diff --git a/laravel/lang.php b/laravel/lang.php index 94e9d8d4..0cb9dc32 100644 --- a/laravel/lang.php +++ b/laravel/lang.php @@ -42,6 +42,9 @@ class Lang { /** * The language of the line being retrieved. * + * This is set to the default language when a new line is requested. + * However, it may be changed using the "in" method. + * * @var string */ private $line_language;