Checkstyle fixes
This commit is contained in:
parent
9b7fe210c5
commit
2388fdfbaa
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ class Calendar extends \Flake\Core\Model\Db {
|
|||
|
||||
protected function initFloating() {
|
||||
parent::initFloating();
|
||||
$this->oCalendar = new Calendar\Calendar();
|
||||
$this->oCalendar = new Calendar\Calendar();
|
||||
}
|
||||
|
||||
protected function initByPrimary($sPrimary) {
|
||||
|
|
|
@ -33,8 +33,8 @@ class Calendar extends \Flake\Core\Model\Db {
|
|||
const LABELFIELD = "components";
|
||||
|
||||
protected $aData = [
|
||||
"synctoken" => "",
|
||||
"components" => ""
|
||||
"synctoken" => "",
|
||||
"components" => ""
|
||||
];
|
||||
|
||||
function hasInstances() {
|
||||
|
|
Loading…
Add table
Reference in a new issue