mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
8 lines
164 B
PHP
8 lines
164 B
PHP
<?php
|
|
|
|
return [
|
|
'openapi-file' => __DIR__ . '/open-api.yaml',
|
|
'namespace' => 'MyApp\Library\Generated',
|
|
'directory' => __DIR__ . '/../../generated',
|
|
];
|