Skip to content

Commit

Permalink
Merge pull request #19 from DutchCodingCompany/update-changlog
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
bramr94 authored Oct 12, 2024
2 parents 7dab070 + ea2d5d9 commit 00a02f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `dutchcodingcompany/developer-logins` will be documented in this file.

## 1.4.0 - 2024-10-12

- Fix Layout with Filament Grid Style and HasColumns Trait by @slimani-dev in https://github.com/DutchCodingCompany/filament-developer-logins/pull/16

## 1.3.0 - 2024-10-11

- Catch model-not-found errors + simplify code by @bert-w in https://github.com/DutchCodingCompany/filament-developer-logins/pull/10
Expand Down
2 changes: 1 addition & 1 deletion src/View/Components/DeveloperLogins.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function render(): View
{
return view('filament-developer-logins::components.developer-logins', [
'users' => $this->plugin->getUsers(),
'columns' => $this->plugin->getColumns()
'columns' => $this->plugin->getColumns(),
]);
}
}

0 comments on commit 00a02f5

Please sign in to comment.