Flarum\Core\Notification::subject PHP Méthode

subject() public méthode

Define the relationship with the notification's subject.
public subject ( ) : Illuminate\Database\Eloquent\Relations\MorphTo
Résultat Illuminate\Database\Eloquent\Relations\MorphTo
    public function subject()
    {
        return $this->morphTo('subject', 'subjectModel', 'subject_id');
    }