Skip to content
Code-Schnipsel Gruppen Projekte
Commit a91f62d2 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

refactor: Make getSite method public in controls.

Übergeordneter ba85b71d
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -82,7 +82,7 @@ public function getBody()
*
* @return QUI\Projects\Site
*/
protected function getSite()
public function getSite()
{
if ($this->getAttribute('Site')) {
return $this->getAttribute('Site');
......
......@@ -83,7 +83,7 @@ public function getBody()
*
* @return QUI\Projects\Site
*/
protected function getSite()
public function getSite()
{
if ($this->getAttribute('Site')) {
return $this->getAttribute('Site');
......
......@@ -61,7 +61,7 @@ public function getBody()
*
* @return QUI\Projects\Site
*/
protected function getSite()
public function getSite()
{
$Project = $this->getProject();
$site = $this->getAttribute('site');
......
......@@ -280,7 +280,7 @@ protected function getPrivacyPolicySite()
*
* @throws QUI\Exception
*/
protected function getSite()
public function getSite()
{
if ($this->getAttribute('Site')) {
return $this->getAttribute('Site');
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren