Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh authored and github-actions[bot] committed Mar 7, 2024
1 parent dfa610b commit 4f841cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Concerns/HasEditRecordModal.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Filament\Forms\Components\TextInput;
use Filament\Forms\Form;
use Illuminate\Database\Eloquent\Builder;

trait HasEditRecordModal
{
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/KanbanBoard.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

use Filament\Forms\Contracts\HasForms;
use Filament\Pages\Page;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Collection;
use Mokhosh\FilamentKanban\Concerns\HasEditRecordModal;
use Mokhosh\FilamentKanban\Concerns\HasStatusChange;
use UnitEnum;
use Illuminate\Database\Eloquent\Builder;

class KanbanBoard extends Page implements HasForms
{
Expand Down

0 comments on commit 4f841cf

Please sign in to comment.