nova-mail icon indicating copy to clipboard operation
nova-mail copied to clipboard

When nova uses diff guard

Open nenads opened this issue 4 years ago • 4 comments

/** * @return \Illuminate\Database\Eloquent\Relations\BelongsTo */ public function sender() { return $this->belongsTo(config('auth.providers.users.model')); }

Should sender be same model provider that is used by nova guard ?

nenads avatar Dec 20 '19 15:12 nenads