From 15114ebd903f2b7cd59de5a05b2b7639c654bfb4 Mon Sep 17 00:00:00 2001 From: Clark Winkelmann Date: Fri, 9 Feb 2018 18:42:43 +0100 Subject: [PATCH] Fix formatting --- framework/core/src/Database/Console/RollbackCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Database/Console/RollbackCommand.php b/framework/core/src/Database/Console/RollbackCommand.php index cae85eee0..f2a48dc14 100644 --- a/framework/core/src/Database/Console/RollbackCommand.php +++ b/framework/core/src/Database/Console/RollbackCommand.php @@ -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;