summaryrefslogtreecommitdiff
path: root/app/php/dto
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-03-16 22:56:13 +0100
committeremkael <emkael@tlen.pl>2016-03-16 22:56:13 +0100
commit75dc7a1df808ab2ca93ca96e299b06d90ebcedf6 (patch)
tree3c7671d8e47b5b68e534ad13ecb5acb9374d4272 /app/php/dto
parentc5058d68713fc710c68488db726b05453e18d85d (diff)
* refactoring, code formatting
Diffstat (limited to 'app/php/dto')
-rw-r--r--app/php/dto/CalendarGroupDTO.php2
1 files changed, 1 insertions, 1 deletions
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;