Fenos\Notifynder\NotifynderServiceProvider::register PHP Method

register() public method

Register Bindings.
public register ( )
    public function register()
    {
        $this->notifynder();
        $this->senders();
        $this->notifications();
        $this->categories();
        $this->builder();
        $this->groups();
        $this->translator();
        $this->events();
        $this->contracts();
        $this->artisan();
    }