mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04: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…
x
Reference in New Issue
Block a user