Update code to match master

This commit is contained in:
Joseph Cohen
2015-03-26 15:07:16 -06:00
parent eb22ac6d8a
commit 37e20bf2bf
15 changed files with 192 additions and 105 deletions
@@ -17,7 +17,6 @@ class CreateComponentGroupsTable extends Migration
$table->increments('id');
$table->string('name');
$table->timestamps();
$table->softDeletes();
});
}