File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 63
63
*/
64
64
65
65
'asset_url ' => env ('ASSET_URL ' , null ),
66
-
66
+
67
67
/*
68
68
|--------------------------------------------------------------------------
69
69
| Temporary Path
195
195
196
196
'timezone ' => 'UTC ' ,
197
197
198
+ /*
199
+ |--------------------------------------------------------------------------
200
+ | Scheduler Timezone
201
+ |--------------------------------------------------------------------------
202
+ |
203
+ | This property specifies the default timezone for your application's
204
+ | scheduled tasks. You can set it independently of the application's
205
+ | default timezone to ensure that schedules run at the desired local time.
206
+ |
207
+ */
208
+
209
+ 'schedule_timezone ' => 'UTC ' ,
210
+
198
211
/*
199
212
|--------------------------------------------------------------------------
200
213
| Application Locale Configuration
You can’t perform that action at this time.
0 commit comments