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