File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1515 'title ' => 'admin::app.configuration.locale ' ,
1616 'type ' => 'select ' ,
1717 'data_source ' => 'Webkul\Core\Core@locales '
18- ], [
19- 'name ' => 'timezone ' ,
20- 'title ' => 'admin::app.configuration.timezone ' ,
21- 'type ' => 'select ' ,
22- 'data_source ' => 'Webkul\Core\Core@timezones '
2318 ],
2419 ],
2520 ],
Original file line number Diff line number Diff line change @@ -28,10 +28,7 @@ public function __construct(
2828 public function handle ($ request , Closure $ next )
2929 {
3030 $ this ->app ->setLocale (core ()->getConfigData ('general.locale_settings.locale ' ));
31-
32- config ('app.timezone ' , core ()->getConfigData ('general.locale_settings.timezone ' ));
3331
3432 return $ next ($ request );
3533 }
36-
3734}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function boot()
2121 return ;
2222 }
2323
24- // app(\Webkul\Workflow\Listeners\Entity::class)->process($eventName, current($data));
24+ app (\Webkul \Workflow \Listeners \Entity::class)->process ($ eventName , current ($ data ));
2525 });
2626 }
2727
You can’t perform that action at this time.
0 commit comments