Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 8b68e25

Browse files
committed
Update Voyager and chatter config
1 parent 2ac81e1 commit 8b68e25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/chatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
'namespace' => 'App\User',
126126
'database_field_with_user_name' => 'name',
127127
'relative_url_to_profile' => '',
128-
'relative_url_to_image_assets' => '',
129-
'avatar_image_database_field' => '',
128+
'relative_url_to_image_assets' => '/storage/',
129+
'avatar_image_database_field' => 'avatar',
130130
],
131131

132132
/*

config/voyager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
*/
128128
'locales' => [
129129
'en',
130-
//'pt',
130+
'fr',
131131
],
132132
],
133133

0 commit comments

Comments
 (0)