Added avatar resize config

This commit is contained in:
Jose Miguel Bustos Espinoza 2018-04-30 22:24:06 -03:00 committed by Nabeel Shahzad
parent 31d0683592
commit 4c65bf8142

View File

@ -63,4 +63,13 @@ return [
'velocity' => 'knots',
'volume' => 'gallons',
],
/*
* Avatar resize settings
* feel free to edit the following lines.
*/
'avatar' => [
'width' => '200px',
'height' => '200px',
],
];