Completed
Pull Request — master (#20)
by Pavel
10:22
created
app/src/Console/Commands/MigrateCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,8 +117,7 @@
 block discarded – undo
117 117
 
118 118
         try {
119 119
             if (!Capsule::schema()->hasTable($tableName)) {
120
-                Capsule::schema()->create($tableName, function($table)
121
-                {
120
+                Capsule::schema()->create($tableName, function($table) {
122 121
                     $table->string('version');
123 122
                     $table->timestamp('apply_time')->useCurrent();
124 123
 
Please login to merge, or discard this patch.