Skip to content

Commit

Permalink
sync stub with class
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Feb 9, 2024
1 parent 0c05e88 commit 9cf4131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/board.stub
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ use Mokhosh\FilamentKanban\Pages\KanbanBoard;

class DummyClass extends KanbanBoard
{
protected static ?string $model = Model::class;
protected static ?string $statusEnum = ModelStatus::class;
protected static string $model = Model::class;
protected static string $statusEnum = ModelStatus::class;
}

0 comments on commit 9cf4131

Please sign in to comment.