From 39355ad97decbb9cbccc86045d367206708e77cc Mon Sep 17 00:00:00 2001 From: sten Date: Wed, 10 Jul 2024 12:23:08 +0000 Subject: [PATCH] Fix styling --- src/Events/SurveyResponseImported.php | 1 - src/Events/SurveyResponseIncompletelyImported.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Events/SurveyResponseImported.php b/src/Events/SurveyResponseImported.php index 656334d..f2d1301 100644 --- a/src/Events/SurveyResponseImported.php +++ b/src/Events/SurveyResponseImported.php @@ -7,7 +7,6 @@ use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; use Statikbe\Surveyhero\Contracts\SurveyResponseContract; -use Statikbe\Surveyhero\Models\SurveyResponse; class SurveyResponseImported implements ShouldDispatchAfterCommit { diff --git a/src/Events/SurveyResponseIncompletelyImported.php b/src/Events/SurveyResponseIncompletelyImported.php index 3658c9b..04a4ee7 100644 --- a/src/Events/SurveyResponseIncompletelyImported.php +++ b/src/Events/SurveyResponseIncompletelyImported.php @@ -7,7 +7,6 @@ use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; use Statikbe\Surveyhero\Contracts\SurveyResponseContract; -use Statikbe\Surveyhero\Models\SurveyResponse; class SurveyResponseIncompletelyImported implements ShouldDispatchAfterCommit {