mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Applied formatting rules for by #1000 changed files
This commit is contained in:
@@ -123,7 +123,6 @@ class CalendarService extends BaseService
|
||||
$mealPlanDayNotes = $this->getDatabase()->meal_plan()->where('type', 'note');
|
||||
$titlePrefix = $this->getLocalizationService()->__t('Meal plan note') . ': ';
|
||||
|
||||
|
||||
foreach ($mealPlanDayNotes as $mealPlanDayNote)
|
||||
{
|
||||
$mealPlanNotesEvents[] = [
|
||||
@@ -137,7 +136,6 @@ class CalendarService extends BaseService
|
||||
$mealPlanDayProducts = $this->getDatabase()->meal_plan()->where('type', 'product');
|
||||
$titlePrefix = $this->getLocalizationService()->__t('Meal plan product') . ': ';
|
||||
|
||||
|
||||
foreach ($mealPlanDayProducts as $mealPlanDayProduct)
|
||||
{
|
||||
$mealPlanProductEvents[] = [
|
||||
|
Reference in New Issue
Block a user