Merge pull request #14884 from marcusmoore/fix/actionlogcontroller-fix
Fixed missing `}`
This commit is contained in:
commit
cd5bef414c
1 changed files with 16 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue