mirror of
https://github.com/flarum/framework.git
synced 2025-06-03 06:13:07 +08:00
Fix formatting
This commit is contained in:
@ -56,12 +56,12 @@ class RollbackCommand extends AbstractCommand
|
|||||||
$extension = $this->manager->getExtension($extensionName);
|
$extension = $this->manager->getExtension($extensionName);
|
||||||
|
|
||||||
if (!$extension) {
|
if (!$extension) {
|
||||||
$this->info('Could not find extension ' . $extensionName);
|
$this->info('Could not find extension '.$extensionName);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->info('Rolling back extension: ' . $extensionName);
|
$this->info('Rolling back extension: '.$extensionName);
|
||||||
|
|
||||||
$notes = $this->manager->migrateDown($extension);
|
$notes = $this->manager->migrateDown($extension);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user