Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervriends committed Oct 14, 2024
1 parent 7930e18 commit ecd90e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeoProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function setCanonicalUrl(string $path, bool $prependApplicationUrl = true
*
* Example: ["keyword 1", "flarum", "site", "blog"]
*/
public function setKeywords(array $keywords): self
public function setKeywords(array|string $keywords): self
{
if ($this->container === null) self::throwError("setKeywords");

Expand Down

0 comments on commit ecd90e9

Please sign in to comment.