Skip to content

Conversation

@kmichailg
Copy link

Summary of Changes

Fixes the capitalization of the class SiteInfo to load correctly for PSR-4 autoloading.

@kmichailg
Copy link
Author

Hi, bumping this for visibility. It's a small change but it should help clearing the PSR-4 class autoloading error.

@adampatpattison
Copy link

Bump this.

Just came on to add my own PR exactly the same.

Copy link

@adampatpattison adampatpattison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, will need to update /src/ApiResource.php line 380 to reflect the change
} else if ($class == Siteinfo::class) { to } else if ($class == SiteInfo::class) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants