1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Fix formatting

This commit is contained in:
Clark Winkelmann
2018-02-09 18:42:43 +01:00
parent 51adf57f17
commit 15114ebd90

View File

@@ -55,7 +55,7 @@ class RollbackCommand extends AbstractCommand
$extensionName = $this->input->getArgument('extension');
$extension = $this->manager->getExtension($extensionName);
if (!$extension) {
if (! $extension) {
$this->info('Could not find extension '.$extensionName);
return;