mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
fixing bugs
This commit is contained in:
@@ -52,7 +52,7 @@ class RenderDocumentLogic extends AbstractControllerLogic
|
||||
{
|
||||
$file = $request->route('fileName');
|
||||
|
||||
// $this->canRenderDocument->passes();
|
||||
$this->canRenderDocument->passes();
|
||||
|
||||
if(!Storage::disk('documents')->exists($file))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user