Skip to content

Commit ea2d5d9

Browse files
committed
CSFix
1 parent 03501ba commit ea2d5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Components/DeveloperLogins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function render(): View
2323
{
2424
return view('filament-developer-logins::components.developer-logins', [
2525
'users' => $this->plugin->getUsers(),
26-
'columns' => $this->plugin->getColumns()
26+
'columns' => $this->plugin->getColumns(),
2727
]);
2828
}
2929
}

0 commit comments

Comments
 (0)