'Ⅰ级预警', '2' => 'Ⅱ级预警', '3' => 'Ⅲ级预警', '4' => 'Ⅳ级预警', ]; } public function loggable(){ return $this->morphTo(); } public function device(){ return $this->belongsTo(Device::class, 'device_id'); } }