[command] s/summary/writeSummary/

This commit is contained in:
William DURAND 2011-08-30 11:52:30 +02:00
parent 657013d68e
commit 1837a63779
3 changed files with 3 additions and 3 deletions

View file

@ -39,6 +39,6 @@ EOT
{
$this->callPhing('diff');
$this->summary($output, 'propel-sql-diff');
$this->writeSummary($output, 'propel-sql-diff');
}
}

View file

@ -57,6 +57,6 @@ EOT
$this->callPhing('migrate');
}
$this->summary($output, 'propel-migration');
$this->writeSummary($output, 'propel-migration');
}
}

View file

@ -39,6 +39,6 @@ EOT
{
$this->callPhing('status');
$this->summary($output, 'propel-migration-status');
$this->writeSummary($output, 'propel-migration-status');
}
}