diff --git a/.env.example b/.env.example index 79da23767..76b6ac73c 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME=Bagisto APP_ENV=local -APP_VERSION=0.1.7 +APP_VERSION=0.1.8 APP_KEY= APP_DEBUG=true APP_URL=http://localhost diff --git a/packages/Webkul/Product/src/Repositories/ProductRepository.php b/packages/Webkul/Product/src/Repositories/ProductRepository.php index 84870747a..94ea81e99 100755 --- a/packages/Webkul/Product/src/Repositories/ProductRepository.php +++ b/packages/Webkul/Product/src/Repositories/ProductRepository.php @@ -201,7 +201,7 @@ class ProductRepository extends Repository } } - $route = request()->route() ? request()->route()->getName() : ""; + $route = request()->route() ? request()->route()->getName() : ""; if ($route != 'admin.catalog.products.massupdate') { if (isset($data['categories'])) {