diff --git a/laravel/lang.php b/laravel/lang.php index c2b035f1..217338e3 100644 --- a/laravel/lang.php +++ b/laravel/lang.php @@ -149,7 +149,7 @@ protected function parse($key) return array($segments[0], implode('.', array_slice($segments, 1))); } - throw new \InvalidArgumentException("Invalid language line [$key]. A specific line must be specified."); + throw new \InvalidArgumentException("Invalid language line [$key]."); } /** @@ -188,4 +188,4 @@ public function __toString() return $this->get(); } -} +} \ No newline at end of file