Kyslik\ColumnSortable\ColumnSortableServiceProvider::register PHP Method

register() public method

Register the service provider.
public register ( ) : void
return void
    public function register()
    {
        $this->mergeConfigFrom(__DIR__ . '/../config/columnsortable.php', 'columnsortable');
    }
ColumnSortableServiceProvider