Content::notifications PHP Méthode

notifications() public méthode

public notifications ( )
    public function notifications()
    {
        return $this->morphMany('Notifications', 'rel');
    }