Module::notifications PHP 메소드

notifications() 공개 메소드

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