Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rcerljenko committed Dec 4, 2023
1 parent 7dec6e5 commit 4b26aaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Dto/Filter/TagFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

namespace OneSignal\Dto\Filter;

use OneSignal\Dto\AbstractDto;

final class TagFilter implements AbstractDto
final class TagFilter extends AbstractFilter
{
public const EXISTS = 'exists';

Expand Down

0 comments on commit 4b26aaf

Please sign in to comment.