We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687a02d commit 8108b17Copy full SHA for 8108b17
src/LfmPath.php
@@ -120,7 +120,7 @@ public function pretty($item_path)
120
$lfm_path = clone $this;
121
$lfm_path = $lfm_path->setName($this->helper->getNameFromPath($item_path));
122
123
- return Container::getInstance()->make(LfmItem::class, [$lfm_path, $this->helper]);
+ return Container::getInstance()->makeWith(LfmItem::class, ['lfm' => $lfm_path, 'helper' => $this->helper]);
124
}
125
126
public function delete()
0 commit comments