bf48b216 by Jeff Balicki

e

1 parent 57b52f73
......@@ -34,7 +34,7 @@ class FilesController extends Controller
public function preview(File $file)
{
$path = storage_path('app/') . $file->path . $file->name_thumbnail;
$handler = new \Symfony\Component\HttpFoundation\File\File($path);
$handler = new File($path);
$lifetime = 31556926; // One year in seconds
......