diff --git a/config/app.php b/config/app.php index ea88f140c..f4fffff28 100755 --- a/config/app.php +++ b/config/app.php @@ -353,7 +353,6 @@ return [ 'Image' => Intervention\Image\Facades\Image::class, 'PDF' => Barryvdh\DomPDF\Facade::class, 'ProductImage' => Webkul\Product\Facades\ProductImage::class, - 'ProductGrid' => Webkul\Ui\DataGrid\Facades\ProductGrid::class, 'ProductVideo' => Webkul\Product\Facades\ProductVideo::class, ], ];