Fix import order

This commit is contained in:
Lance Pioch
2026-06-12 10:40:04 -04:00
parent f0dfadda98
commit 1d7675caca

View File

@@ -6,8 +6,8 @@ use App\Enums\WebhookType;
use App\Models\WebhookConfiguration; use App\Models\WebhookConfiguration;
use Exception; use Exception;
use Illuminate\Bus\Queueable; use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels; use Illuminate\Queue\SerializesModels;