/var/www/vhosts/nabawater/backend/models
Edit: /var/www/vhosts/nabawater/backend/models/Ingredient.php (2016B)
'Modifier',
2 => 'Sub Course',
];
($index == '') ? ($ingTypeArray = $ingTypeArray) : ($ingTypeArray = ArrayHelper::getValue($ingTypeArray, $index));
return $ingTypeArray;
}
public function attributeLabels()
{
return [
'ingredient_name' => Yii::t('backend', 'Ingredient Name'),
'ingredient_type' => Yii::t('backend', 'Ingredient Type'),
'sort_no' => Yii::t('backend', 'Sort No'),
'ingredient_status' => Yii::t('backend', 'Ingredient Status'),
'created_at' => Yii::t('backend', 'Create Date'),
'vendor_id' => Yii::t('backend', 'Vendor Name'),
];
}
}