Skip to content

Commit

Permalink
Update UpdateGroupsTable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
amosfolz committed Jul 14, 2019
1 parent 4ae024b commit c3dd512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function up()
public function down()
{
$this->schema->table('groups', function (Blueprint $table) {
$table->string('icon', 100)->default('fas fa-user')->nullable(false)->change();
$table->string('icon', 100)->default('fa fa-user')->nullable(false)->change();
});
}
}

0 comments on commit c3dd512

Please sign in to comment.