@@ -88,7 +88,7 @@ |
||
88 | 88 | 'background' => $this->domainService->getPeopleDomain()->getTheme()->getBackground() ? [ |
89 | 89 | 'id' => $this->domainService->getPeopleDomain()->getTheme()->getBackground(), |
90 | 90 | 'domain' => $this->domainService->getMainDomain(), |
91 | - 'url' => '/files/' . $this->domainService->getPeopleDomain()->getTheme()->getBackground() . '/download' |
|
91 | + 'url' => '/files/'.$this->domainService->getPeopleDomain()->getTheme()->getBackground().'/download' |
|
92 | 92 | ] : null, |
93 | 93 | ]; |
94 | 94 | } |
@@ -111,7 +111,7 @@ |
||
111 | 111 | if (self::$mainCompany) return self::$mainCompany; |
112 | 112 | |
113 | 113 | $peopleDomain = $this->domainService->getPeopleDomain(); |
114 | - self::$mainCompany = $peopleDomain->getPeople(); |
|
114 | + self::$mainCompany = $peopleDomain->getPeople(); |
|
115 | 115 | |
116 | 116 | return self::$mainCompany; |
117 | 117 | } |