BlogMigrationTask missing title and description

Otherwise shows up in dev/tasks/ as "Database Migrations"
This commit is contained in:
Christopher Darling 2017-03-15 14:31:18 +00:00 committed by GitHub
parent 3e298b7b10
commit fef1462f56
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?
*