Skip to content

Commit fbb81eb

Browse files
committed
Fix
1 parent 9293002 commit fbb81eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "deltasystems/laravel-livewire-tables",
2+
"name": "rappasoft/laravel-livewire-tables",
33
"description": "A dynamic table component for Laravel Livewire",
44
"keywords": [
55
"rappasoft",

src/Views/Filter.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ class Filter
3434
public array $attributes = [];
3535

3636
/**
37-
* Filter constructor.
38-
*
39-
* @param string $name
37+
* @param string $name
38+
* @param array|null $attributes
4039
*/
4140
public function __construct(string $name, ?array $attributes = [])
4241
{
@@ -45,7 +44,8 @@ public function __construct(string $name, ?array $attributes = [])
4544
}
4645

4746
/**
48-
* @param string $name
47+
* @param string $name
48+
* @param array|null $attributes
4949
*
5050
* @return Filter
5151
*/

0 commit comments

Comments
 (0)