Skip to content

Commit

Permalink
tags type remove
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1881 committed Nov 18, 2022
1 parent 16e66e0 commit 943e521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Google
OR = 'OR',
AND = 'AND';

protected array $tags = [];
protected $tags = [];

public function plain(string $text): Google
{
Expand Down

0 comments on commit 943e521

Please sign in to comment.