diff --git a/src/LfmPath.php b/src/LfmPath.php index 275873ca..8eb52daa 100644 --- a/src/LfmPath.php +++ b/src/LfmPath.php @@ -20,7 +20,7 @@ class LfmPath private $helper; - public function __construct(Lfm $lfm = null) + public function __construct(Lfm $lfm) { $this->helper = $lfm; }