mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +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)
|
public function index(string $hash)
|
||||||
{
|
{
|
||||||
|
$data = [];
|
||||||
|
$data['html'] = Cache::get($hash);
|
||||||
|
|
||||||
$html = Cache::get($hash);
|
return view('pdf.html', $data);
|
||||||
|
|
||||||
return view('pdf.html', $html);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user