Skip to content

Commit c318ff2

Browse files
redzwanlatifstreamtw
authored andcommitted
asd
1 parent 7b5bd57 commit c318ff2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Controllers/ItemsController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public function getItems(Request $request)
5858

5959
$perPage = $this->helper->getPaginationPerPage();
6060
$items = array_merge($this->lfm->folders(), $this->lfm->files());
61+
62+
dd($items);
6163

6264
$keyword = $request->keyword;
6365

0 commit comments

Comments
 (0)