Fix for regression
This commit is contained in:
parent
8dfdfa1a6a
commit
e772a2b638
2 changed files with 2 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ class CreateEntityPdf implements ShouldQueue
|
|||
->build();
|
||||
|
||||
//todo - move this to the client creation stage so we don't keep hitting this unnecessarily
|
||||
Storage::makeDirectory($path, 0775);
|
||||
// Storage::makeDirectory($path, 0775);
|
||||
|
||||
$pdf = null;
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ use Checkout\Library\Exceptions\CheckoutHttpException;
|
|||
use Exception;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Carbon;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
/**
|
||||
* Class BaseDriver.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue