diff --git a/src/Console/ShellDispatcher.php b/src/Console/ShellDispatcher.php index 711879c31c6..9e316965c24 100644 --- a/src/Console/ShellDispatcher.php +++ b/src/Console/ShellDispatcher.php @@ -274,7 +274,7 @@ public function addShortPluginAliases() $other = static::alias($shell); if ($other) { $other = $aliases[$shell]; - if ($other != $plugin) { + if ($other !== $plugin) { Log::write( 'debug', "command '$shell' in plugin '$plugin' was not aliased, conflicts with '$other'",