Skip to content

Commit 986a14b

Browse files
committed
解决导航管理在php5.6中的错误
1 parent 33f42da commit 986a14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/Nav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function edit(Request $request)
3131

3232
$parents = $this->model->flatTree();
3333

34-
$targets = $this->model::mapTarget();
34+
$targets = $this->model->mapTarget();
3535

3636
return $this->fetch('nav/edit', [
3737
'nav' => $nav,

0 commit comments

Comments
 (0)