Skip to content
Snippets Groups Projects
Commit ba558262 authored by dyszczo's avatar dyszczo
Browse files

fix: invalid button namespace

parent 32aabe50
No related branches found
Tags 2.4.1
No related merge requests found
Pipeline #5583 passed with warnings with stages
in 1 minute and 36 seconds
# Changelog
## [2.4.1] - 2021-02-01
### Fixed
- Invalid namespaces
## [2.4.0] - 2021-01-20
### Added
- Support for persistence ^3
......
<?php
namespace DropshippingXmlVendor\WPDesk\Forms\Field;
namespace WPDesk\Forms\Field;
class ButtonField extends \DropshippingXmlVendor\WPDesk\Forms\Field\NoValueField
class ButtonField extends NoValueField
{
public function get_template_name()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment