feat: new xboard

This commit is contained in:
xboard
2025-01-21 14:57:54 +08:00
parent de18cfe596
commit 0f43fff242
373 changed files with 17923 additions and 20264 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ class SettingServiceProvider extends ServiceProvider
*/
public function register()
{
$this->app->bind(Setting::class, function (Application $app) {
$this->app->scoped(Setting::class, function (Application $app) {
return new Setting();
});