This commit is contained in:
Akhtar Khan 2020-08-19 16:45:11 +05:30
parent 54d10be491
commit ce1b92370e
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class ContentRepository extends Repository
$query = $this->model::orderBy('position', 'ASC');
$velocityMetaData = app('Webkul\Velocity\Helpers\Helper')->getVelocityMetaData();
$headerContentCount = $velocityMetaData['header_content_count'];
$headerContentCount = $velocityMetaData->header_content_count;
$headerContentCount = $headerContentCount != '' ? $headerContentCount : 5;