diff --git a/app/database/migrations/2014_12_13_121410_AlterTableIncidentsRemoveDefaultComponent.php b/app/database/migrations/2014_12_13_121410_AlterTableIncidentsRemoveDefaultComponent.php index 29ddde81..7b67d1aa 100644 --- a/app/database/migrations/2014_12_13_121410_AlterTableIncidentsRemoveDefaultComponent.php +++ b/app/database/migrations/2014_12_13_121410_AlterTableIncidentsRemoveDefaultComponent.php @@ -5,7 +5,6 @@ use Illuminate\Database\Schema\Blueprint; class AlterTableIncidentsRemoveDefaultComponent extends Migration { - /** * Run the migrations. * @@ -38,4 +37,3 @@ class AlterTableIncidentsRemoveDefaultComponent extends Migration }); } } -