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.
2 parents 896831b + 8108b17 commit d646d3fCopy full SHA for d646d3f
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