Skip to content

Commit 825bd95

Browse files
committed
Remove AttachContactUsers Command #31
1 parent 5baa87d commit 825bd95

File tree

3 files changed

+0
-90
lines changed

3 files changed

+0
-90
lines changed

src/Commands/AttachContactUsers.php

-52
This file was deleted.

src/FormsServiceProvider.php

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ public function configureTipoffPackage(TipoffPackage $package): void
2525
\Tipoff\Forms\Nova\Contact::class,
2626
\Tipoff\Forms\Nova\ContactResponse::class,
2727
])
28-
->hasCommands([
29-
AttachContactUsers::class,
30-
])
3128
->name('forms')
3229
->hasConfigFile();
3330
}

tests/Unit/Commands/AttachContactUsersCommandTest.php

-35
This file was deleted.

0 commit comments

Comments
 (0)