Skip to content

Commit

Permalink
Timeperiod: Fix column name
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Jun 19, 2024
1 parent 48f52a6 commit 3fcc783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Notifications/Model/Timeperiod.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function getKeyName(): string
public function getColumns(): array
{
return [
'owned_by_schedule_id',
'owned_by_rotation_id',
'changed_at',
'deleted'
];
Expand Down

0 comments on commit 3fcc783

Please sign in to comment.