mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
BranchActivity: formatting
This commit is contained in:
parent
b22511e341
commit
7ad9cf6c6c
@ -158,8 +158,8 @@ class BranchActivity
|
||||
$db = $connection->getDbAdapter();
|
||||
return $db->delete($this->getObjectTable(), $db->quoteInto(
|
||||
'uuid = ?',
|
||||
$connection->quoteBinary($this->getObjectUuid()->getBytes()))
|
||||
);
|
||||
$connection->quoteBinary($this->getObjectUuid()->getBytes())
|
||||
));
|
||||
}
|
||||
|
||||
public static function load($ts, Db $connection)
|
||||
|
Loading…
x
Reference in New Issue
Block a user