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 c318ff2 commit 6ac73abCopy full SHA for 6ac73ab
src/Controllers/ItemsController.php
@@ -59,7 +59,7 @@ public function getItems(Request $request)
59
$perPage = $this->helper->getPaginationPerPage();
60
$items = array_merge($this->lfm->folders(), $this->lfm->files());
61
62
- dd($items);
+ var_dump($items);exit();
63
64
$keyword = $request->keyword;
65
0 commit comments