This commit is contained in:
Graham Campbell
2014-12-26 21:53:00 +00:00
parent 8b49c44728
commit 5f93290a0f
@@ -5,7 +5,6 @@ use Illuminate\Database\Schema\Blueprint;
class AlterTableIncidentsRemoveDefaultComponent extends Migration class AlterTableIncidentsRemoveDefaultComponent extends Migration
{ {
/** /**
* Run the migrations. * Run the migrations.
* *
@@ -38,4 +37,3 @@ class AlterTableIncidentsRemoveDefaultComponent extends Migration
}); });
} }
} }