Merge pull request #9426 from creative-commoners/pulls/4.5/change-atomic-job-title

DOC Update atomic MigrationTask description
This commit is contained in:
Garion Herman 2020-03-16 15:19:33 +13:00 committed by GitHub
commit 88660e6435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class MigrationTask extends BuildTask
protected $title = "Database Migrations";
protected $description = "Provide atomic database changes (not implemented yet)";
protected $description = "Provide atomic database changes (subclass this and implement yourself)";
public function run($request)
{