Release version updated.
This commit is contained in:
parent
2933b24147
commit
0792a7ff96
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue