Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 26, 2023
1 parent db2a9ee commit b1a8e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analyse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: analyse
on:
push:
pull_request:
workflow_dispatch:

jobs:
analyse:
Expand All @@ -13,7 +14,7 @@ jobs:
os:
- "ubuntu-latest"
php:
- 8.1
- 8.2
experimental:
- false

Expand Down
1 change: 1 addition & 0 deletions src/Actions/QueuedExportAsCsv.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function withStorageDisk($storageDisk)
*
* @return \Laravel\Nova\Actions\Response
*/
#[\Override]
protected function dispatchRequestUsing(ActionRequest $request, Response $response, ActionFields $fields)
{
$query = $request->toSelectedResourceQuery();
Expand Down

0 comments on commit b1a8e91

Please sign in to comment.