You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that code like this: $cards = Pokemon::Card()->page($num)->pageSize($size)->all();
was causing a "no such method" error in VS Code on page and pageSize, but the code was still running as intended. Despite being only a mild inconvenience, I decided to address this in my latest commit on my personal fork of this SDK.
I found that code like this:
$cards = Pokemon::Card()->page($num)->pageSize($size)->all();
was causing a "no such method" error in VS Code on page and pageSize, but the code was still running as intended. Despite being only a mild inconvenience, I decided to address this in my latest commit on my personal fork of this SDK.
JacobKnox@2b83a21
The text was updated successfully, but these errors were encountered: