mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-08 11:58:40 +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 */
|
||||
$head = $response->get('Content')->getData('head');
|
||||
$head->addAsset(AssetType::CSS, '/Modules/Calendar/Theme/Backend/css/styles.css');
|
||||
|
||||
|
||||
$view->setTemplate('/Modules/Profile/Theme/Backend/profile-single');
|
||||
$view->addData('nav', $this->app->moduleManager->get('Navigation')->createNavigationMid(1000301001, $request, $response));
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class Profile
|
|||
|
||||
private $calendar = null;
|
||||
|
||||
public function __construct()
|
||||
public function __construct()
|
||||
{
|
||||
$this->image = new NullMedia();
|
||||
$this->birthday = new \DateTime('now');
|
||||
|
|
@ -60,7 +60,7 @@ class Profile
|
|||
return $this->location;
|
||||
}
|
||||
|
||||
public function addLocation(Location $location)
|
||||
public function addLocation(Location $location)
|
||||
{
|
||||
$this->location[] = $location;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user