Skip to content

Commit

Permalink
changed getName() to name on all Reflection* object calls (fixes #455…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 12, 2012
1 parent cfbb589 commit 81db3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Acl/Resources/bin/generateSql.php
Expand Up @@ -47,6 +47,6 @@
}

$platform = $reflection->newInstance();
$targetFile = sprintf(__DIR__.'/../schema/%s.sql', $platform->getName());
$targetFile = sprintf(__DIR__.'/../schema/%s.sql', $platform->name);
file_put_contents($targetFile, implode("\n\n", $schema->toSql($platform)));
}

0 comments on commit 81db3fb

Please sign in to comment.