@@ -410,7 +410,7 @@ |
||
410 | 410 | else { |
411 | 411 | try { |
412 | 412 | $write = file_put_contents($this->migrations_path.$class_name.'.php', $file_contents); |
413 | - $this->log_data = [ |
|
413 | + $this->log_data = [ |
|
414 | 414 | 'name' => $class_name, |
415 | 415 | 'type' => $this->getServerType(), |
416 | 416 | 'description' => $this->getDescription(), |