Skip to content

Commit

Permalink
Merge pull request #6 from EgeatechSRL/dev
Browse files Browse the repository at this point in the history
up
  • Loading branch information
marco76tv authored Nov 29, 2024
2 parents e823081 + d621b59 commit 578fe9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Filament\Tables\Table;
use Modules\Setting\Filament\Actions\Table\DatabaseBackupTableAction;
use Modules\Setting\Filament\Resources\DatabaseConnectionResource;
use Modules\UI\Filament\Actions\Table\TableLayoutToggleTableAction;
use Modules\Xot\Filament\Pages\XotBaseListRecords;

class ListDatabaseConnections extends XotBaseListRecords
Expand Down Expand Up @@ -56,11 +55,4 @@ public function table(Table $table): Table
->actions($this->getTableActions())
->bulkActions($this->getTableBulkActions());
}

protected function getTableHeaderActions(): array
{
return [
TableLayoutToggleTableAction::make(),
];
}
}
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"filament/spatie-laravel-settings-plugin": "*"
},
"require-dev": {

},
"repositories": [ {
"type": "path",
Expand Down

0 comments on commit 578fe9e

Please sign in to comment.