Skip to content

Commit

Permalink
rename uiTdatabankOrganizer to udbOrganizer
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Aug 6, 2024
1 parent e211dd5 commit 248a4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Nova/Actions/AddUdbOrganizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(private readonly UdbOrganizerRepository $organizerRe

public function handle(ActionFields $fields, Collection $integrations): ActionResponse
{
Log::info('AddUiTdatabankOrganizer action started.');
Log::info('AddUdbOrganizer action started.');
/** @var IntegrationModel $integration */
$integration = $integrations->first();

Expand Down

0 comments on commit 248a4d8

Please sign in to comment.