aboutsummaryrefslogtreecommitdiff
path: root/model/RoomSelection.php
diff options
context:
space:
mode:
authordedeibel2017-12-11 20:03:35 +0100
committerdedeibel2017-12-11 20:03:35 +0100
commit0b73843d5e0d0ac22a46db28090e707566668ae4 (patch)
tree52a824f118f99f14d7079d2c05e9f3035350e1ee /model/RoomSelection.php
parent46852c4f9c77ab77b9bcc18c901f9f8640d9f305 (diff)
Leading Spaces to Tabs
Diffstat (limited to 'model/RoomSelection.php')
-rw-r--r--model/RoomSelection.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/model/RoomSelection.php b/model/RoomSelection.php
index a83b5c6..c21ea7e 100644
--- a/model/RoomSelection.php
+++ b/model/RoomSelection.php
@@ -18,15 +18,15 @@ class RoomSelection
return $this->selection;
}
- private function getSelectionPath() {
+ private function getSelectionPath() {
$path = [$this->getRoom()->getConference()->getSlug(), $this->getRoom()->getSlug()];
$selection = $this->getRoom()->getSelectionNames();
if ($selection[0] != $this->getSelection())
$path[] = $this->getSelection();
- return joinpath($path);
- }
+ return joinpath($path);
+ }
public function getLink()
{