Skip to content

Commit

Permalink
Update 2021_08_06_122820_create_user_infos_table.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetarsiv authored May 14, 2022
1 parent eaeae17 commit 7c27578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function up()
$table->foreignId('monthId')->nullable();
$table->foreignId('groupId')->nullable();
$table->foreignId('languageId')->default(1);
$table->string('photo')->default('/images/avatar.png');
$table->string('photo')->default('/images/avatar.svg');
$table->foreignId('companyId')->nullable();
$table->foreignId('userId')->nullable();
$table->timestamps();
Expand Down

0 comments on commit 7c27578

Please sign in to comment.