mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
See changes applied for new namespaces: - https://github.com/janephp/janephp/commit/806687e995022604dccbdd5fc83d07649abf8d30
9 lines
202 B
PHP
9 lines
202 B
PHP
<?php
|
|
|
|
return [
|
|
'json-schema-file' => __DIR__ . '/json-schema.json',
|
|
'root-class' => 'MyModel',
|
|
'namespace' => 'MyApp\Library\Generated',
|
|
'directory' => __DIR__ . '/../../generated',
|
|
];
|