- code format

This commit is contained in:
Mark Friedrich
2018-06-10 20:37:59 +02:00
parent dcc9a93d2b
commit dea920d76e
3 changed files with 11 additions and 11 deletions

View File

@@ -400,6 +400,11 @@ class ConnectionModel extends AbstractMapTrackingModel {
return $logsData;
}
/**
* log new mass for this connection
* @param CharacterLogModel $characterLog
* @return $this
*/
public function logMass(CharacterLogModel $characterLog){
if( !$characterLog->dry() ){
$log = $this->rel('connectionLog');