[Updated: alias changed to Barryvdh\DomPDF\Facade\Pdf.]
This commit is contained in:
parent
4fbdcec54f
commit
563685b70f
|
|
@ -308,7 +308,7 @@ return [
|
|||
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
|
||||
'Helper' => Konekt\Concord\Facades\Helper::class,
|
||||
'Image' => Intervention\Image\Facades\Image::class,
|
||||
'PDF' => Barryvdh\DomPDF\Facade::class,
|
||||
'PDF' => Barryvdh\DomPDF\Facade\Pdf::class,
|
||||
'ProductImage' => Webkul\Product\Facades\ProductImage::class,
|
||||
'ProductVideo' => Webkul\Product\Facades\ProductVideo::class,
|
||||
'Redis' => Illuminate\Support\Facades\Redis::class,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
namespace Webkul\Core\Traits;
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
use PDF;
|
||||
use Barryvdh\DomPDF\Facade\Pdf;
|
||||
|
||||
trait PDFHandler
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue