示例#1
0
 public static function boot()
 {
     parent::boot();
     Character::saving(function ($character) {
     });
 }