*/ protected $fillable = [ 'uuid', 'message', 'registration_token', ]; public function uploads() { return $this->hasMany(Upload::class); } }