Merge pull request #431 from christopherdarling/patch-1

BlogMigrationTask missing title and description
This commit is contained in:
Daniel Hensby 2017-03-16 11:45:27 +13:00 committed by GitHub
commit a5dee40fcb
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
class BlogMigrationTask extends MigrationTask
{
protected $title = "Legacy blog migration to 2.x task";
protected $description = "Provide atomic database changes (not implemented yet)";
/**
* Should this task be invoked automatically via dev/build?
*