255], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'file_name' => 'File Name', 'calories' => 'Calories', 'protein' => 'Protein', 'fat' => 'Fat', 'carbohydrates' => 'Carbohydrates', 'fiber' => 'Fiber', 'meal' => 'Meal', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }