Skip to content

Commit

Permalink
Merge pull request #40 from rupadana/dev
Browse files Browse the repository at this point in the history
Fix: missing Request on DetailHandler Stubs
  • Loading branch information
rupadana authored Mar 17, 2024
2 parents 7f3711a + 5142ac1 commit 9ed10fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/discord-release-notification.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: "Discord : Release Notification"
on:
release:
types: [released]
Expand Down
1 change: 1 addition & 0 deletions stubs/DetailHandler.stub
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 9ed10fc

Please sign in to comment.