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