Test Setup Failed
Push — master ( c86204...42933a )
by Josh
03:15
created
src/Migrations/MigrationsCreator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -410,7 +410,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.