Skip to content

Commit

Permalink
[Command] Fixed sql:insert command
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Mar 7, 2012
1 parent 1190ea3 commit 735fb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Propel/Generator/Command/SqlInsert.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* @author William Durand <william.durand1@gmail.com>
*/
class InsertSql extends AbstractCommand
class SqlInsert extends AbstractCommand
{
const DEFAULT_OUTPUT_DIRECTORY = 'generated-sql';

Expand Down

0 comments on commit 735fb16

Please sign in to comment.