TypeError: App\Http\ViewHelpers\Employee\EmployeeSkillViewHelper::search(): Argument #3 ($criteria) must be ...
sentry-io opened this issue ยท comments
sentry-io commented
Sentry Issue: FORTRABBIT-Q
TypeError: App\Http\ViewHelpers\Employee\EmployeeSkillViewHelper::search(): Argument #3 ($criteria) must be of type string, null given, called in /srv/app/officelifehq/htdocs/app/Http/Controllers/Company/Employee/Presentation/EmployeeSkillController.php on line 34
File "/app/Http/ViewHelpers/Employee/EmployeeSkillViewHelper.php", line 21, in App\Http\ViewHelpers\Employee\EmployeeSkillViewHelper::search
public static function search(Company $company, Employee $employee, string $criteria): Collection
File "/app/Http/Controllers/Company/Employee/Presentation/EmployeeSkillController.php", line 34, in App\Http\Controllers\Company\Employee\Presentation\EmployeeSkillController::search
$skills = EmployeeSkillViewHelper::search($loggedCompany, $employee, $criteria);
File "/app/Http/Middleware/CheckCompany.php", line 44, in App\Http\Middleware\CheckCompany::handle
return $next($request);
File "/app/Http/Middleware/EnsureEmailIsVerified.php", line 21, in App\Http\Middleware\EnsureEmailIsVerified::handle
return parent::handle($request, $next, $redirectToRoute);
File "/app/Http/Middleware/ShareInertiaData.php", line 49, in App\Http\Middleware\ShareInertiaData::handle
return $next($request);
...
(64 additional frame(s) were not displayed)
github-actions commented
๐ This issue has been resolved in version 0.3.0 ๐
The release is available on:
- GitHub release
v0.3.0
Your semantic-release bot ๐ฆ๐
github-actions commented
This issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.