Skip to content

Commit 1fa2990

Browse files
committed
Remove properties that use parent value as default
1 parent 1fa73d5 commit 1fa2990

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

application/forms/MoveRotationForm.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ class MoveRotationForm extends Form
2222

2323
protected $defaultAttributes = ['hidden' => true];
2424

25-
protected $method = 'POST';
26-
2725
/** @var ?Connection */
2826
protected ?Connection $db = null;
2927

library/Notifications/Widget/Detail/ScheduleDetail/Controls.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class Controls extends Form
2626
/** @var string The default mode */
2727
public const DEFAULT_MODE = 'week';
2828

29-
protected $method = 'POST';
30-
3129
protected $defaultAttributes = ['class' => 'schedule-controls', 'name' => 'schedule-detail-controls-form'];
3230

3331
/** @var ?string */

0 commit comments

Comments
 (0)