Skip to content

Commit

Permalink
style: reformat with pint
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelmy committed Nov 7, 2024
1 parent 7a51aad commit 4425bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Fieldtypes/CharFieldFieldtype.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protected function configFieldItems(): array
'options' => [
'text' => 'Input',
'textarea' => 'Textarea',
]
],
],
'low' => [
'display' => __('statamic-charfield::fieldtypes.low'),
Expand Down
6 changes: 3 additions & 3 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
class ServiceProvider extends AddonServiceProvider
{
protected $scripts = [
__DIR__ . '/../resources/js/fieldtype.js'
__DIR__.'/../resources/js/fieldtype.js',
];

protected $stylesheets = [
__DIR__ . '/../resources/css/cp.css'
__DIR__.'/../resources/css/cp.css',
];

protected $fieldtypes = [
CharFieldFieldtype::class
CharFieldFieldtype::class,
];
}

0 comments on commit 4425bd5

Please sign in to comment.