Added event types to api. #1096
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/
|