[Updated: alias changed to Barryvdh\DomPDF\Facade\Pdf.]

This commit is contained in:
Vivek Sharma 2022-10-27 19:10:15 +05:30
parent 4fbdcec54f
commit 563685b70f
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -3,7 +3,7 @@
namespace Webkul\Core\Traits;
use Illuminate\Support\Str;
use PDF;
use Barryvdh\DomPDF\Facade\Pdf;
trait PDFHandler
{