- code format
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user