mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 08:34:48 +00:00
Applied PHP formatting rules
This commit is contained in:
@@ -4,15 +4,15 @@ namespace Grocy\Controllers;
|
||||
|
||||
class CalendarController extends BaseController
|
||||
{
|
||||
public function __construct(\DI\Container $container)
|
||||
{
|
||||
parent::__construct($container);
|
||||
}
|
||||
|
||||
public function Overview(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Message\ResponseInterface $response, array $args)
|
||||
{
|
||||
return $this->renderPage($response, 'calendar', [
|
||||
'fullcalendarEventSources' => $this->getCalendarService()->GetEvents()
|
||||
]);
|
||||
}
|
||||
|
||||
public function __construct(\DI\Container $container)
|
||||
{
|
||||
parent::__construct($container);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user