Fixes typo.
This commit is contained in:
parent
823db6071b
commit
16740b9695
@ -227,7 +227,7 @@ Now you can get an exporter instance and export the loaded metadata to yml:
|
|||||||
|
|
||||||
[php]
|
[php]
|
||||||
$exporter = $cme->getExporter('yml', '/path/to/export/yml');
|
$exporter = $cme->getExporter('yml', '/path/to/export/yml');
|
||||||
$exporter->setMetadata($metadatas);
|
$exporter->setMetadata($metadata);
|
||||||
$exporter->export();
|
$exporter->export();
|
||||||
|
|
||||||
You can also reverse engineer a database using the `orm:convert-mapping` command:
|
You can also reverse engineer a database using the `orm:convert-mapping` command:
|
||||||
|
Loading…
Reference in New Issue
Block a user