Skip to content

Commit

Permalink
Set default component group view to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Mar 24, 2016
1 parent 794d373 commit bca7c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function up()
});

Schema::table('component_groups', function (Blueprint $table) {
$table->integer('collapsed')->unsigned()->default(2)->after('order');
$table->integer('collapsed')->unsigned()->default(1)->after('order');
});
}

Expand Down

0 comments on commit bca7c53

Please sign in to comment.