vendor/psy/psysh/src/ExecutionLoopClosure.php(55) : eval()'d code:1: bool(false) #2261
Unanswered
punkfairie
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This package is not using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to test permission via tinker, and getting this every time.
I have an
Assistant
model that extendsUser
, uses the same user table for both. I'm trying to assign permissions toAssistant
like this:{user_id}.{resource}.{action} // e.g. 1.appointments.create
Sometimes I will need to put a wildcard in
user_id
e.g*.appointments.create
.Both
*.appointments.create
and1.appointments.create
exist, and1.appointments.create
is assigned to theAssistant
. I can't check for either permission, both returnvendor/psy/psysh/src/ExecutionLoopClosure.php(55) : eval()'d code:1: bool(false)
. Google is no help and I can't begin to figure out what this error even means.Beta Was this translation helpful? Give feedback.
All reactions