Skip to content

Commit 6ac73ab

Browse files
redzwanlatifstreamtw
authored andcommitted
asdasd
1 parent c318ff2 commit 6ac73ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/ItemsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function getItems(Request $request)
5959
$perPage = $this->helper->getPaginationPerPage();
6060
$items = array_merge($this->lfm->folders(), $this->lfm->files());
6161

62-
dd($items);
62+
var_dump($items);exit();
6363

6464
$keyword = $request->keyword;
6565

0 commit comments

Comments
 (0)