From 0792a7ff963ddc28224232f152afdedc94e5b031 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Wed, 9 Oct 2019 11:20:01 +0530 Subject: [PATCH] Release version updated. --- .env.example | 2 +- packages/Webkul/Product/src/Repositories/ProductRepository.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'])) {