Skip to content

Commit d06bd85

Browse files
committed
Remove unused props
1 parent 5ae1bba commit d06bd85

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/Foundation/Settings/Support/SettingRegistrar.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,12 @@ class SettingRegistrar
1717
/** @phpstan-var non-empty-string */
1818
private string $group;
1919

20-
/** @var array<string,callable> */
21-
private array $callbacks = [];
22-
23-
private int $priority = 10;
24-
2520
/** @phpstan-param non-empty-string $group */
2621
public function __construct(Setting $setting, string $group)
2722
{
2823
$this->setting = $setting;
2924
$this->group = $group;
3025
$this->name = $setting->getName();
31-
$this->priority = $setting->getPriority();
3226
}
3327

3428
/**

0 commit comments

Comments
 (0)