@@ -301,6 +301,7 @@ INTRO
],
'headers' => [
\Knuckles\Scribe\Extracting\Strategies\Headers\GetFromRouteRules::class,
+ \Knuckles\Scribe\Extracting\Strategies\Headers\GetFromHeaderTag::class,
'bodyParameters' => [
\Knuckles\Scribe\Extracting\Strategies\BodyParameters\GetFromFormRequest::class,
@@ -107,6 +107,7 @@ A nested array of strategies Scribe will use to extract information about your r
@@ -33,6 +33,7 @@ There are a number of strategies included with the package, so you don't have to
@@ -174,6 +174,7 @@ class Generator
@@ -32,6 +32,7 @@ abstract class GeneratorTestCase extends TestCase
\Knuckles\Scribe\Extracting\Strategies\BodyParameters\GetFromBodyParamTag::class,