mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Minor adjustments for blobs
This commit is contained in:
parent
e68b45efcb
commit
e0807a3a6a
@ -86,7 +86,7 @@ class InvoiceController extends Controller
|
||||
|
||||
public function showBlob($hash)
|
||||
{
|
||||
$data = Cache::pull($hash);
|
||||
$data = Cache::get($hash);
|
||||
|
||||
match($data['entity_type']){
|
||||
'invoice' => $invitation = InvoiceInvitation::withTrashed()->find($data['invitation_id']),
|
||||
|
Loading…
Reference in New Issue
Block a user