mirror of
https://github.com/flarum/core.git
synced 2025-07-14 05:16:24 +02:00
Fix formatting
This commit is contained in:
@ -55,7 +55,7 @@ class RollbackCommand extends AbstractCommand
|
|||||||
$extensionName = $this->input->getArgument('extension');
|
$extensionName = $this->input->getArgument('extension');
|
||||||
$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;
|
||||||
|
Reference in New Issue
Block a user