mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Pint PHP Style Fixes [no ci]
This commit is contained in:
parent
d8a88d26ff
commit
deca405976
@ -9,7 +9,7 @@ class ModVersionController extends Controller
|
|||||||
{
|
{
|
||||||
public function show(int $modId, string $version): RedirectResponse
|
public function show(int $modId, string $version): RedirectResponse
|
||||||
{
|
{
|
||||||
$modVersion = ModVersion::where("mod_id", $modId)->where("version", $version)->first();
|
$modVersion = ModVersion::where('mod_id', $modId)->where('version', $version)->first();
|
||||||
|
|
||||||
if ($modVersion == null) {
|
if ($modVersion == null) {
|
||||||
abort(404);
|
abort(404);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user