1
0
mirror of synced 2024-12-14 23:26:04 +03:00

Fixes typo.

This commit is contained in:
Lars Olesen 2010-05-19 00:44:47 +08:00 committed by Benjamin Eberlei
parent 823db6071b
commit 16740b9695

View File

@ -227,7 +227,7 @@ Now you can get an exporter instance and export the loaded metadata to yml:
[php]
$exporter = $cme->getExporter('yml', '/path/to/export/yml');
$exporter->setMetadata($metadatas);
$exporter->setMetadata($metadata);
$exporter->export();
You can also reverse engineer a database using the `orm:convert-mapping` command: