Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardcreagia authored and github-actions[bot] committed Oct 31, 2024
1 parent 0cf87ba commit 42a6e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CodeField.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
use Creagia\FilamentCodeField\Concerns\HasDisplayMode;
use Creagia\FilamentCodeField\Concerns\LineNumbers;
use Creagia\FilamentCodeField\Concerns\ProgrammingLanguages;
use Filament\Forms\Components\Field;
use Filament\Forms\Components\Concerns;
use Filament\Forms\Components\Contracts;
use Filament\Forms\Components\Field;

class CodeField extends Field implements Contracts\CanBeLengthConstrained
{
use Autocompletion;
use Concerns\CanBeLengthConstrained;
use ControlsHeight;
use HasDisplayMode;
use LineNumbers;
use ProgrammingLanguages;
use Concerns\CanBeLengthConstrained;

const PHP = 'php';

Expand Down

0 comments on commit 42a6e35

Please sign in to comment.