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] 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 {