Skip to content

Commit

Permalink
chore(improvement): add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
achmadhadikurnia committed Jul 10, 2024
1 parent d9f97f9 commit d01ebbd
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 d01ebbd

Please sign in to comment.