|
@@ -6,8 +6,11 @@ |
|
6
|
6
|
use ImportWP\Common\Importer\Template\Template; |
|
7
|
7
|
use ImportWP\Common\Model\ImporterModel; |
|
8
|
8
|
use ImportWP\Container; |
|
9
|
9
|
|
|
10
|
+/** |
|
11
|
+ * @deprecated 2.14.0 |
|
12
|
+ */ |
|
10
|
13
|
class AddonBase implements AddonInterface |
|
11
|
14
|
{ |
|
12
|
15
|
/** |
|
13
|
16
|
* @var callable |