Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Update CountrySenderSettings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspijak authored Apr 29, 2022
1 parent 97156da commit abe9df0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Sms/SenderSettings/CountrySenderSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public function toArray(): array
}


public function jsonSerialize()
{
return $this->toArray();
}
public function jsonSerialize(): array
{
return $this->toArray();
}
}

0 comments on commit abe9df0

Please sign in to comment.