Skip to content

Added event types to api. #1096

Added event types to api.

Added event types to api. #1096

Triggered via pull request December 24, 2023 02:22
Status Failure
Total duration 2m 15s
Artifacts

php.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build: app/Http/Controllers/Api/EventTypesController.php#L166
Parameter $request of method App\Http\Controllers\Api\EventTypesController::store() has invalid type App\Http\Requests\EventTypeRequest.
build: app/Http/Controllers/Api/EventTypesController.php#L168
Call to method all() on an unknown class App\Http\Requests\EventTypeRequest.
build: app/Http/Controllers/Api/EventTypesController.php#L188
Parameter $request of method App\Http\Controllers\Api\EventTypesController::update() has invalid type App\Http\Requests\EventTypeRequest.
build: app/Http/Controllers/Api/EventTypesController.php#L190
Call to method input() on an unknown class App\Http\Requests\EventTypeRequest.
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/