Skip to content

Commit

Permalink
remove ds
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed May 22, 2024
1 parent 8cc8a98 commit cce92a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Filters/FilterNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public function placeholder(string $min, string $max): FilterNumber

public static function getWireAttributes(string $field, array $filter): array
{
ds($filter);

return collect()
->put('inputStartAttributes', new ComponentAttributeBag([
'wire:model' => 'filters.number.' . $field . '.start',
Expand Down

0 comments on commit cce92a5

Please sign in to comment.