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

Error: "Cannot read properties of null (reading 'pop')" #4

Open
quyle92 opened this issue Jan 13, 2023 · 2 comments
Open

Error: "Cannot read properties of null (reading 'pop')" #4

quyle92 opened this issue Jan 13, 2023 · 2 comments

Comments

@quyle92
Copy link

quyle92 commented Jan 13, 2023

Hi,
First thanks for creating awesome plugin.
There is an issue when I was using it.
When I tried to import a class, there was a toast message saying : "Cannot read properties of null (reading 'pop')".
Can you please help?

@tarik02
Copy link
Owner

tarik02 commented Jan 13, 2023

Hello. Can you please send example of PHP document that causes that error?

@quyle92
Copy link
Author

quyle92 commented Jan 13, 2023

<php
use App\Models\{
    Condition,
    Effect,
}
$statuses = Status::select(['id', 'name'])->get();
$conditions = Condition::getData();
$prompts = Prompt::getData();

Prompt has the same namespace as the other 2, but it could not be imported.
it seems it does not works when using PSR12 nested group.

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

No branches or pull requests

2 participants