Release version updated.

This commit is contained in:
Prashant Singh 2019-10-09 11:20:01 +05:30
parent 2933b24147
commit 0792a7ff96
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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'])) {