mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-09 04:38:57 +02:00
Moved Element14 configuration logic to jbtronics/settings-bundle
This commit is contained in:
parent
7ad077862c
commit
3967c53468
5 changed files with 56 additions and 14 deletions
|
@ -27,7 +27,7 @@ use Jbtronics\SettingsBundle\Settings\EmbeddedSettings;
|
|||
use Jbtronics\SettingsBundle\Settings\Settings;
|
||||
use Jbtronics\SettingsBundle\Settings\SettingsTrait;
|
||||
|
||||
#[Settings]
|
||||
#[Settings()]
|
||||
class InfoProviderSettings
|
||||
{
|
||||
use SettingsTrait;
|
||||
|
@ -40,4 +40,7 @@ class InfoProviderSettings
|
|||
|
||||
#[EmbeddedSettings]
|
||||
public ?TMESettings $tme = null;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
public ?Element14Settings $element14 = null;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue