@@ -41,7 +41,7 @@ |
||
41 | 41 | if (!version_compare($event->getArgument('currentVersion'), '3.0.0', '<')) { |
42 | 42 | return; |
43 | 43 | } |
44 | - if ($this->columnExists('modules','coreCompatibility')) { |
|
44 | + if ($this->columnExists('modules', 'coreCompatibility')) { |
|
45 | 45 | return; |
46 | 46 | } |
47 | 47 | $commands = []; |