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

foreach() argument must be of type array|object, null given #2210

Open
jobara opened this issue Apr 22, 2024 · 0 comments
Open

foreach() argument must be of type array|object, null given #2210

jobara opened this issue Apr 22, 2024 · 0 comments
Milestone

Comments

@jobara
Copy link
Collaborator

jobara commented Apr 22, 2024

ErrorException

foreach() argument must be of type array|object, null given

🎯 Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
📄 /resources/views/individuals/partials/about.blade.php

17  <h3>{{ __('As an Accessibility Consultant, :name can help with:', ['name' => $individual->firstName]) }}</h3>
18  <ul>
19*     @foreach ($individual->consulting_services as $service)
20          <li>{{ App\Enums\ConsultingService::labels()[$service] }}</li>
21      @endforeach

Open in Flare

@jobara jobara added this to the 1.5.0 milestone Oct 22, 2024
@jobara jobara modified the milestones: 1.5.0, 1.6.0, 1.7.0 Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant