mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-16 23:38:41 +00:00
Remove space from end of line
This commit is contained in:
parent
56c7fce856
commit
7c66a15e63
|
|
@ -156,7 +156,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
/** @var Head $head */
|
/** @var Head $head */
|
||||||
$head = $response->get('Content')->getData('head');
|
$head = $response->get('Content')->getData('head');
|
||||||
$head->addAsset(AssetType::CSS, '/Modules/Calendar/Theme/Backend/css/styles.css');
|
$head->addAsset(AssetType::CSS, '/Modules/Calendar/Theme/Backend/css/styles.css');
|
||||||
|
|
||||||
$view->setTemplate('/Modules/Profile/Theme/Backend/profile-single');
|
$view->setTemplate('/Modules/Profile/Theme/Backend/profile-single');
|
||||||
$view->addData('nav', $this->app->moduleManager->get('Navigation')->createNavigationMid(1000301001, $request, $response));
|
$view->addData('nav', $this->app->moduleManager->get('Navigation')->createNavigationMid(1000301001, $request, $response));
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ class Profile
|
||||||
|
|
||||||
private $calendar = null;
|
private $calendar = null;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->image = new NullMedia();
|
$this->image = new NullMedia();
|
||||||
$this->birthday = new \DateTime('now');
|
$this->birthday = new \DateTime('now');
|
||||||
|
|
@ -60,7 +60,7 @@ class Profile
|
||||||
return $this->location;
|
return $this->location;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function addLocation(Location $location)
|
public function addLocation(Location $location)
|
||||||
{
|
{
|
||||||
$this->location[] = $location;
|
$this->location[] = $location;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user