Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgu committed Mar 6, 2016
1 parent c073b83 commit f71cb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ class Version_20130403165433 extends AbstractMigration
{
public static $description = "Migration description";

public function up(MetadataInterface $schema)
public function up()
{
//$this->getServiceLocator()->get(/*Get service by alias*/);

}

public function down(MetadataInterface $schema)
public function down()
{
//$this->getServiceLocator()->get(/*Get service by alias*/);
}
Expand Down

0 comments on commit f71cb93

Please sign in to comment.