Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Aug 17, 2021
1 parent f5a1a69 commit 6c1c9e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

use Illuminate\Support\Facades\Event;
use Spatie\SupportForm\Events\SupportFormSubmittedEvent;
use function Pest\Laravel\post;
use Spatie\SupportForm\Events\SupportFormSubmittedEvent;

it('can except a support form submission', function () {
Event::fake();
Expand Down

0 comments on commit 6c1c9e8

Please sign in to comment.