mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01: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…
Reference in New Issue
Block a user