mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Update recipes for Jane v6.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'json-schema-file' => __DIR__ . '/json-schema.json',
|
||||
'root-class' => 'MyModel',
|
||||
'namespace' => 'MyApp\Library\Generated',
|
||||
'directory' => __DIR__ . '/../../generated',
|
||||
];
|
||||
Reference in New Issue
Block a user