Skip to content

Commit ccce82c

Browse files
authored
Set badge colour for OPTIONS method too
1 parent c8f1881 commit ccce82c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tools/WritingUtils.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class WritingUtils
1414
'PUT' => 'darkblue',
1515
'PATCH' => 'purple',
1616
'DELETE' => 'red',
17+
'OPTIONS' => 'grey',
1718
];
1819

1920
/**

0 commit comments

Comments
 (0)