[Command] Named things by their real name
This commit is contained in:
parent
c06513003a
commit
7865d68a03
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ abstract class AbstractPropelCommand extends ContainerAwareCommand
|
|||
$prefix = implode('/', array_slice($parts, 1, $length));
|
||||
|
||||
foreach ($schemas as $schema) {
|
||||
$tempSchema = md5($schema).'_'.$schema->getBaseName();
|
||||
$tempSchema = $bundle->getName().'-'.$schema->getBaseName();
|
||||
$this->tempSchemas[$tempSchema] = array(
|
||||
'bundle' => $bundle->getName(),
|
||||
'basename' => $schema->getBaseName(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue