Update AbstractController.php

This commit is contained in:
刀刀
2021-03-05 22:02:37 +08:00
committed by GitHub
parent 165bfe1a2a
commit 89505d63c3

View File

@@ -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;