mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-24 02:20:05 +08:00
Move Responses to strategies
This commit is contained in:
@@ -25,7 +25,10 @@ abstract class GeneratorTestCase extends TestCase
|
||||
\Mpociot\ApiDoc\Strategies\QueryParameters\GetFromDocBlocks::class,
|
||||
],
|
||||
'responses' => [
|
||||
|
||||
\Mpociot\ApiDoc\Strategies\Responses\UseResponseTag::class,
|
||||
\Mpociot\ApiDoc\Strategies\Responses\UseResponseFileTag::class,
|
||||
\Mpociot\ApiDoc\Strategies\Responses\UseTransformerTags::class,
|
||||
\Mpociot\ApiDoc\Strategies\Responses\ResponseCalls::class,
|
||||
],
|
||||
],
|
||||
'default_group' => 'general',
|
||||
|
||||
Reference in New Issue
Block a user