Skip to content

Commit

Permalink
Undefined array key "Timezone"
Browse files Browse the repository at this point in the history
  • Loading branch information
GaneshKandu committed Apr 30, 2023
1 parent c5b1a31 commit f04f3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/SettingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function Setting(Request $request){

$tmp = [
'uploadpath' => '',
'Timezone' => 'Asia/Kolkata',
];

foreach($settings as $setting){
Expand Down

0 comments on commit f04f3d7

Please sign in to comment.