From ccce82cf75502493d776a4ec2378de9cda1659f3 Mon Sep 17 00:00:00 2001 From: Shalvah Date: Sun, 24 May 2020 21:45:35 +0100 Subject: [PATCH] Set badge colour for OPTIONS method too --- src/Tools/WritingUtils.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tools/WritingUtils.php b/src/Tools/WritingUtils.php index b6b66da9..94507044 100644 --- a/src/Tools/WritingUtils.php +++ b/src/Tools/WritingUtils.php @@ -14,6 +14,7 @@ class WritingUtils 'PUT' => 'darkblue', 'PATCH' => 'purple', 'DELETE' => 'red', + 'OPTIONS' => 'grey', ]; /**