Skip to content

Commit

Permalink
rename GetUiTdatabankOrganizersRequest.php to GetUdbOrganizersRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Aug 6, 2024
1 parent 848dcf4 commit 51d0c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace App\Domain\Integrations\Controllers;

use App\Domain\Integrations\FormRequests\GetUiTdatabankOrganizersRequest;
use App\Domain\Integrations\FormRequests\GetUdbOrganizersRequest;
use App\Http\Controllers\Controller;
use App\Search\Sapi3\SearchService;
use CultuurNet\SearchV3\ValueObjects\Organizer;
Expand All @@ -16,7 +16,7 @@ public function __construct(private readonly SearchService $searchService)
{
}

public function index(GetUiTdatabankOrganizersRequest $request): JsonResponse
public function index(GetUdbOrganizersRequest $request): JsonResponse
{
try {
$organizerName = $request->input('name');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Illuminate\Foundation\Http\FormRequest;

final class GetUiTdatabankOrganizersRequest extends FormRequest
final class GetUdbOrganizersRequest extends FormRequest
{
/**
* @return array<string, mixed>
Expand Down

0 comments on commit 51d0c57

Please sign in to comment.