Skip to content

Commit

Permalink
Merge pull request #2172 from HDInnovations/6.x.x
Browse files Browse the repository at this point in the history
(Release) 6.0.5
  • Loading branch information
HDVinnie authored Mar 27, 2022
2 parents 3dafd2d + 3d0ffb5 commit 5f8553f
Show file tree
Hide file tree
Showing 9 changed files with 14,443 additions and 274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Configure NPM
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install Composer Dependencies
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
Expand Down
6 changes: 5 additions & 1 deletion app/Http/Controllers/RequestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ public function request(Request $request, int $id): \Illuminate\Contracts\View\F
'cover' => ['url', 'image_id'],
'artworks' => ['url', 'image_id'],
'genres' => ['name'],
])->find($torrentRequest->igdb);
'videos' => ['video_id', 'name'],
'involved_companies.company',
'involved_companies.company.logo',
'platforms', ])
->find($torrentRequest->igdb);
}

return \view('requests.request', [
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Staff/VersionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class VersionController extends Controller
{
private readonly \App\Http\Controllers\Staff\VersionController $versionController;
private readonly mixed $versionController;

public function __construct()
{
Expand Down
121 changes: 60 additions & 61 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5f8553f

Please sign in to comment.