Content::notifications PHP Метод

notifications() публичный Метод

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