Merge pull request #14884 from marcusmoore/fix/actionlogcontroller-fix

Fixed missing `}`
This commit is contained in:
snipe 2024-06-18 09:20:26 +01:00 committed by GitHub
commit cd5bef414c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,8 @@ class ActionlogController extends Controller
return Response::make($contents)->header('Content-Type', $filetype);
}
}
}
public function getStoredEula($filename){
$this->authorize('view', \App\Models\Asset::class);
$file = config('app.private_uploads').'/eula-pdfs/'.$filename;