Skip to content

Commit

Permalink
Fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Jun 27, 2024
1 parent 67c9548 commit 49d0458
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace App\Domain\Integrations\FormRequests;

use App\Domain\Integrations\Integration;
use App\Domain\Integrations\IntegrationType;
use App\Domain\Integrations\Repositories\IntegrationRepository;
use App\Domain\Subscriptions\Repositories\SubscriptionRepository;
Expand Down Expand Up @@ -40,7 +41,7 @@ public function rules(): array
return $rules->toArray();
}

private function fetchIntegration()
private function fetchIntegration(): Integration
{
/** @var IntegrationRepository $integrationRepository */
$integrationRepository = App::get(IntegrationRepository::class);
Expand Down

0 comments on commit 49d0458

Please sign in to comment.