diff --git a/src/Database/Console/RollbackCommand.php b/src/Database/Console/RollbackCommand.php index 4a54c24be..cae85eee0 100644 --- a/src/Database/Console/RollbackCommand.php +++ b/src/Database/Console/RollbackCommand.php @@ -56,12 +56,12 @@ class RollbackCommand extends AbstractCommand $extension = $this->manager->getExtension($extensionName); if (!$extension) { - $this->info('Could not find extension ' . $extensionName); + $this->info('Could not find extension '.$extensionName); return; } - $this->info('Rolling back extension: ' . $extensionName); + $this->info('Rolling back extension: '.$extensionName); $notes = $this->manager->migrateDown($extension);