From c450099d2970d4d34ce4c46dc64914e71529fece Mon Sep 17 00:00:00 2001 From: I Wayan Rupadana Date: Sat, 16 Mar 2024 09:30:20 +0800 Subject: [PATCH 1/2] update --- .github/workflows/discord-release-notification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/discord-release-notification.yml b/.github/workflows/discord-release-notification.yml index 1c18b84..d30711c 100644 --- a/.github/workflows/discord-release-notification.yml +++ b/.github/workflows/discord-release-notification.yml @@ -1,3 +1,4 @@ +name: "Discord : Release Notification" on: release: types: [released] From 5142ac16dba2e5474796ade16bcbce5ae05c29da Mon Sep 17 00:00:00 2001 From: I Wayan Rupadana Date: Sun, 17 Mar 2024 12:28:25 +0800 Subject: [PATCH 2/2] fix: missing Request --- stubs/DetailHandler.stub | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/DetailHandler.stub b/stubs/DetailHandler.stub index 65159a6..410c956 100644 --- a/stubs/DetailHandler.stub +++ b/stubs/DetailHandler.stub @@ -6,6 +6,7 @@ use App\Filament\Resources\SettingResource; use {{ resource }}; use Rupadana\ApiService\Http\Handlers; use Spatie\QueryBuilder\QueryBuilder; +use Illuminate\Http\Request; class DetailHandler extends Handlers {