Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrombez authored Nov 16, 2023
1 parent 758f0b9 commit 9eeba27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Grid/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ public function getTheme(): string

public function getRowAttributes($item, bool $keepAsArray = false): null|array|string
{
dump($this->rowAttributesCallback);

if (!is_callable($this->rowAttributesCallback)) {
return null;
}
Expand Down

0 comments on commit 9eeba27

Please sign in to comment.