| @@ -8,8 +8,9 @@ | ||
| 8 | 8 | use Give\Framework\Permissions\Migrations\FixGiveAccountantCapabilities; |
| 9 | 9 | use Give\Framework\Permissions\Migrations\FixGiveWorkerCapabilities; |
| 10 | 10 | use Give\PaymentGateways\Gateways\Stripe\LegacyStripeAdapter; |
| 11 | 11 | use Give\Route\Form; |
| 12 | +use Give\ServiceProviders\Exceptions\UnknownRequestTypeException; | |
| 12 | 13 | |
| 13 | 14 | /** |
| 14 | 15 | * Class LegacyServiceProvider |
| 15 | 16 | * |