Skip to content

Commit

Permalink
add filament-meta plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Nov 4, 2024
1 parent 1c79e7f commit 645674a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static function make(Table $table): Table
public static function getDefaultColumns(): array
{
return [
Columns\ID::make(),
Columns\Id::make(),
Columns\Name::make(),
Columns\Email::make(),
Columns\Phone::make(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Filament\Tables;

class ID extends Column
class Id extends Column
{
public static function make(): Tables\Columns\TextColumn
{
Expand Down

0 comments on commit 645674a

Please sign in to comment.