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 {