mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 15:37:36 +08:00
Fix formatting
This commit is contained in:
parent
c9cfcee12a
commit
5561e28286
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user