Merge pull request #468 from jitendra-webkul/jitendra

Issue #457 fixed
This commit is contained in:
JItendra Singh 2019-01-18 11:01:38 +05:30 committed by GitHub
commit 02aaeff1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ class ProductController extends Controller
{
$families = $this->attributeFamily->all();
$configurableFamily = null;
if ($familyId = request()->get('family')) {
$configurableFamily = $this->attributeFamily->find($familyId);
}