Update description

This commit is contained in:
Steve Boyd 2020-03-06 09:57:31 +13:00
parent 2936f6e0d2
commit 6d6cc65927
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)
{