[修改]修改了Exporter变量名称及页面配置
This commit is contained in:
18
management-panel/app/Settings/ExporterSettings.php
Normal file
18
management-panel/app/Settings/ExporterSettings.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\Settings;
|
||||
|
||||
use Spatie\LaravelSettings\Settings;
|
||||
|
||||
class ExporterSettings extends Settings
|
||||
{
|
||||
public string $exporter_bind;
|
||||
public int $exporter_thread;
|
||||
|
||||
public string $exporter_auth;
|
||||
|
||||
public static function group(): string
|
||||
{
|
||||
return 'exporter';
|
||||
}
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Settings;
|
||||
|
||||
use Spatie\LaravelSettings\Settings;
|
||||
|
||||
class ExposerSettings extends Settings
|
||||
{
|
||||
public string $exposer_bind;
|
||||
public int $exposer_thread;
|
||||
|
||||
public string $exposer_auth;
|
||||
|
||||
public static function group(): string
|
||||
{
|
||||
return 'exposer';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user