Skip to content

Commit

Permalink
Merge pull request #60 from achmadhadikurnia/chore/code-improvement
Browse files Browse the repository at this point in the history
chore(improvement): add return type
  • Loading branch information
achmadhadikurnia authored Jul 12, 2024
2 parents d9f97f9 + d01ebbd commit af8ff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Siasn.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
class Siasn extends Facade
{
protected static function getFacadeAccessor()
protected static function getFacadeAccessor(): string
{
return \Kanekescom\Siasn\Api\Siasn::class;
}
Expand Down

0 comments on commit af8ff5a

Please sign in to comment.