Add missing }
This commit is contained in:
parent
08bd39dbba
commit
796d6909d5
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