Refactor file imports and clean up unused components in various resources: remove unnecessary imports in CommentResource, NewsResource, and SolutionResource, and ensure consistent formatting across files. Add missing newlines at the end of files for better code quality.

This commit is contained in:
2025-07-28 20:10:34 +05:00
parent b23f537086
commit e2323c7949
18 changed files with 287 additions and 291 deletions

View File

@@ -7,12 +7,15 @@ use Spatie\LaravelSettings\Settings;
class CtaSettings extends Settings
{
public string $title;
public string $button_text;
public string $button_url;
public string $background_image;
public static function group(): string
{
return 'cta';
}
}
}