Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Undefined method 'withQueryString' #138

Closed
pixieaka opened this issue Dec 28, 2024 · 2 comments
Closed

[Bug]: Undefined method 'withQueryString' #138

pixieaka opened this issue Dec 28, 2024 · 2 comments
Assignees
Labels

Comments

@pixieaka
Copy link

Extension Version

0.1.14

PHP Binary

Local PHP

Operating System

Windows

What happened?

image

image

Mimimal Code Sample

Route::get('users', function () {
    return User::query()
        ->paginate(4)
        ->withQueryString();
});
@kimhout-sam
Copy link

bruh! entire diffrence extension

@pixieaka
Copy link
Author

pixieaka commented Jan 2, 2025

This issue in VSCode Intelephense extension
bmewburn/vscode-intelephense#3150

{198B3945-F83E-460A-8364-EB3E21DE92A9}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants