Skip to content

Commit 1705351

Browse files
author
songzou
committed
fixbug
1 parent eb16fd8 commit 1705351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controllers/RouteController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function index()
2828
'PUT' => 'yellow',
2929
'DELETE' => 'red',
3030
'PATCH' => 'aqua',
31+
'OPTIONS'=> 'light-blue'
3132
];
3233

3334
$grid->method()->map(function ($method) use ($colors) {

0 commit comments

Comments
 (0)