Skip to content

Commit

Permalink
Merge branch 'spatie:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox authored Mar 29, 2024
2 parents a4d7ea9 + 3269952 commit 4dde960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Skeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
class Skeleton extends Facade
{
protected static function getFacadeAccessor()
protected static function getFacadeAccessor(): string
{
return \VendorName\Skeleton\Skeleton::class;
}
Expand Down

0 comments on commit 4dde960

Please sign in to comment.