mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Temp routes"
This commit is contained in:
parent
3a78326a83
commit
9f4979095b
@ -25,10 +25,10 @@ class TempRouteController extends Controller
|
||||
*/
|
||||
public function index(string $hash)
|
||||
{
|
||||
$data = [];
|
||||
$data['html'] = Cache::get($hash);
|
||||
|
||||
$html = Cache::get($hash);
|
||||
|
||||
return view('pdf.html', $html);
|
||||
return view('pdf.html', $data);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user