http-method.blade.php 177 B

12345
  1. @component('scribe::components.badges.base', [
  2. 'colour' => \Knuckles\Scribe\Tools\WritingUtils::$httpMethodToCssColour[$method],
  3. 'text' => $method,
  4. ])
  5. @endcomponent