Short answer: you have other points with $image->user->..., if $image->user is null there it will fail. It is expected behaviour. Here’s a simplified version of the code you shared: @if ($image->user->image) ...
StackOverflow Latest Questions
I’m using Laravel Octane with OpenSwoole, and I’m trying to run nested Octane::concurrently() calls. However, I keep getting this error: OpenSwoole\Server::taskWaitMulti(): taskWaitMulti method can only be used in the worker process Here’s the code that produces the error: Octane::concurrently([ ...