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:
@@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user