Completed
Push — master ( 9271e2...253fe0 )
by Maxim
04:13
created
src/Commands/Steps/CreateUser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public function preview($results)
45 45
     {
46
-        $this->command->info('I will insert this values into <comment>' . $results['__table'] . '</comment> table');
46
+        $this->command->info('I will insert this values into <comment>'.$results['__table'].'</comment> table');
47 47
         $this->command->table(['column', 'value'], $this->arrayToTable($results));
48 48
     }
49 49
 
Please login to merge, or discard this patch.