We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb16fd8 commit 1705351Copy full SHA for 1705351
src/Controllers/RouteController.php
@@ -28,6 +28,7 @@ public function index()
28
'PUT' => 'yellow',
29
'DELETE' => 'red',
30
'PATCH' => 'aqua',
31
+ 'OPTIONS'=> 'light-blue'
32
];
33
34
$grid->method()->map(function ($method) use ($colors) {
0 commit comments