From 75183a188f33e305a4ce60c011575f0fd9c3e9cd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 3 Feb 2018 11:52:30 +0100 Subject: [PATCH] Remove space from end of line --- Models/Employee.php | 20 ++++++++++---------- Theme/Backend/staff-create.tpl.php | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Models/Employee.php b/Models/Employee.php index e47d7f6..44d4ae8 100644 --- a/Models/Employee.php +++ b/Models/Employee.php @@ -48,7 +48,7 @@ class Employee { private $status = []; - public function setAccount(Account $account) + public function setAccount(Account $account) { $this->account = $account; } @@ -57,7 +57,7 @@ class Employee { return $this->account; } - public function setActivity(bool $active) + public function setActivity(bool $active) { $this->isActive = $active; } @@ -67,32 +67,32 @@ class Employee { return $this->isActive; } - public function setUnit($unit) + public function setUnit($unit) { $this->unit = $unit; } - public function getUnit() + public function getUnit() { return $this->unit; } - public function setDepartment($department) + public function setDepartment($department) { $this->department = $department; } - public function getDepartment() + public function getDepartment() { return $this->department; } - public function setPosition($position) + public function setPosition($position) { $this->position = $position; } - public function getPosition() + public function getPosition() { return $this->position; } @@ -107,8 +107,8 @@ class Employee { return []; } - public function getNewestHistory() + public function getNewestHistory() { - + } } diff --git a/Theme/Backend/staff-create.tpl.php b/Theme/Backend/staff-create.tpl.php index 7f130cb..6392c5c 100644 --- a/Theme/Backend/staff-create.tpl.php +++ b/Theme/Backend/staff-create.tpl.php @@ -14,5 +14,5 @@ * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); +echo $this->getData('nav')->render();