Repository URL to install this package:
|
Version:
1.11.1 ▾
|
jsarnowski/flexible-shipping-pro
/
wpdesk
/
wp-wpdesk-license
/
src
/
Page
/
License
/
Action
/
Nothing.php
|
|---|
<?php
namespace FSProVendor\WPDesk\License\Page\License\Action;
use FSProVendor\WPDesk\License\Page\Action;
/**
* Do nothing.
*
* @package WPDesk\License\Page\License\Action
*/
class Nothing implements \FSProVendor\WPDesk\License\Page\Action
{
public function execute(array $plugin)
{
// NOOP
}
}