mirror of
https://github.com/flarum/framework.git
synced 2025-05-31 12:35:48 +08:00
Fix formatting
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user