mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 04:55:06 +08:00
Update AbstractController.php
This commit is contained in:
@@ -149,7 +149,7 @@ abstract class AbstractController extends Controller
|
|||||||
$buttons[$key] = $this->buttonConfigConvert($item);
|
$buttons[$key] = $this->buttonConfigConvert($item);
|
||||||
}
|
}
|
||||||
if (isset($item['method'])) {
|
if (isset($item['method'])) {
|
||||||
$ubttons[$key]['method'] = $item['method'];
|
$buttons[$key]['method'] = $item['method'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $buttons;
|
return $buttons;
|
||||||
|
|||||||
Reference in New Issue
Block a user