mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 13:14:07 -08:00
Merge pull request #14884 from marcusmoore/fix/actionlogcontroller-fix
Fixed missing `}`
This commit is contained in:
commit
cd5bef414c
|
@ -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…
Reference in a new issue