Updated scheduled tasks
This commit is contained in:
@@ -145,6 +145,13 @@ class SettingsRegistry
|
||||
'label' => 'Notify Me When Someone I Follow Logs an Upcoming Flight',
|
||||
'default' => true,
|
||||
],
|
||||
[
|
||||
'category' => 'Notifications',
|
||||
'key' => 'notify_on_flight_cancellation',
|
||||
'type' => 'checkbox',
|
||||
'label' => 'Notify Me When Someone I Follow Cancels an Upcoming Flight',
|
||||
'default' => false,
|
||||
],
|
||||
[
|
||||
'category' => 'Notifications',
|
||||
'key' => 'notify_on_flight_departure',
|
||||
@@ -152,19 +159,12 @@ class SettingsRegistry
|
||||
'label' => 'Notify Me When Someone I Follow Departs',
|
||||
'default' => true,
|
||||
],
|
||||
/* [
|
||||
[
|
||||
'category' => 'Notifications',
|
||||
'key' => 'notify_on_flight_arrival',
|
||||
'type' => 'checkbox',
|
||||
'label' => 'Notify Me When Someone I Follow Arrives',
|
||||
'default' => true,
|
||||
],*/
|
||||
[
|
||||
'category' => 'Notifications',
|
||||
'key' => 'notify_on_flight_cancellation',
|
||||
'type' => 'checkbox',
|
||||
'label' => 'Notify Me When Someone I Follow Cancels an Upcoming Flight',
|
||||
'default' => false,
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user