@@ -425,7 +425,7 @@ |
||
| 425 | 425 | } else { |
| 426 | 426 | try { |
| 427 | 427 | $write = file_put_contents($this->migrations_path.$class_name.'.php', $file_contents); |
| 428 | - $this->log_data = [ |
|
| 428 | + $this->log_data = [ |
|
| 429 | 429 | 'name' => $class_name, |
| 430 | 430 | 'type' => $this->getServerType(), |
| 431 | 431 | 'description' => $this->getDescription(), |