Replies: 1 comment
-
What driver do you use? As documented, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this issue on a simple concurrency code test:
`
[$first, $second] = Concurrency::run([
fn () => DB::table('users')->count(),
fn () => Empleado::exists()
]);
`
i dont know what to do :(
Beta Was this translation helpful? Give feedback.
All reactions