From 75dc7a1df808ab2ca93ca96e299b06d90ebcedf6 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 16 Mar 2016 22:56:13 +0100 Subject: * refactoring, code formatting --- app/php/dto/CalendarGroupDTO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/php/dto') diff --git a/app/php/dto/CalendarGroupDTO.php b/app/php/dto/CalendarGroupDTO.php index e1f39b5..75ec6c6 100644 --- a/app/php/dto/CalendarGroupDTO.php +++ b/app/php/dto/CalendarGroupDTO.php @@ -6,7 +6,7 @@ Prado::using('Application.dto.CalendarDTO'); class CalendarGroupDTO { public $Name; - public $Calendars = array(); + public $Calendars = []; public function loadRecord(Category $categoryRecord, array $calendars) { $this->Name = $categoryRecord->Name; -- cgit v1.2.3