From: Hannes Heute Date: Thu, 1 May 2025 23:36:37 +0000 (+0200) Subject: indentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=581dec10eb608463c9993e2eea78566f6f35b2b3;p=friendica.git indentation --- diff --git a/src/Model/Event.php b/src/Model/Event.php index 0fcefe4861..1d36a6ffea 100644 --- a/src/Model/Event.php +++ b/src/Model/Event.php @@ -397,7 +397,7 @@ class Event { // First day of the week (0 = Sunday). $firstDay = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'calendar', 'first_day_of_week') ?? 0; - $defaultView = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'calendar', 'default_view') ?? 'month'; + $defaultView = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'calendar', 'default_view') ?? 'month'; return [ 'firstDay' => $firstDay,