Skip to content

Commit

Permalink
support for laravel-volition v.1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagof committed Mar 15, 2024
1 parent f431e2b commit 114164b
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 @@ -55,7 +55,7 @@ public function table(Table $table): Table
fn (Action $record) => count(explode(PHP_EOL, $record->payload->__toString())) > 1
)
->getStateUsing(fn (Action $record) => explode(PHP_EOL, $record->payload->__toString())),
Tables\Columns\ToggleColumn::make('active'),
Tables\Columns\ToggleColumn::make('enabled'),
])
->filters([
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function table(Table $table): Table
fn (Condition $record) => count(explode(PHP_EOL, $record->payload->__toString())) > 1
)
->getStateUsing(fn (Condition $record) => explode(PHP_EOL, $record->payload->__toString())),
Tables\Columns\ToggleColumn::make('active'),
Tables\Columns\ToggleColumn::make('enabled'),
])
->filters([
//
Expand Down

0 comments on commit 114164b

Please sign in to comment.