Fix backend code styling

This commit is contained in:
MakingCG
2021-07-22 15:28:36 +00:00
committed by GitHub Actions
parent fffede1c10
commit 7cb485fb43
50 changed files with 80 additions and 97 deletions

View File

@@ -1,9 +1,6 @@
<?php
namespace Domain\Settings\Actions;
use Domain\Settings\Models\Setting;
class SeedDefaultSettingsAction
@@ -18,4 +15,4 @@ class SeedDefaultSettingsAction
config('content.content.' . strtolower($license))
)->each(fn ($content) => Setting::forceCreate($content));
}
}
}