PluginProbe
Posts Table with Search & Sort / 1.4.11
Posts Table with Search & Sort v1.4.11
1.4.13 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2 1.3 1.3.1 1.3.1-v2 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 All 40 releases
← All changes | src/Table_Shortcode.php +3 -3 1.3.61.4.11 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 namespace Barn2\Plugin\Posts_Table_Search_Sort;
3 3
4 -use Barn2\PTS_Lib\Registerable,
5 - Barn2\PTS_Lib\Service;
4 +use Barn2\Plugin\Posts_Table_Search_Sort\Dependencies\Lib\Registerable;
5 +use Barn2\Plugin\Posts_Table_Search_Sort\Dependencies\Lib\Service\Standard_Service;
6 6
7 7 /**
8 8 * This class handles the posts table shortcode registration.
9 9 *
@@ -11,9 +11,9 @@
11 11 * @author Barn2 Plugins <support@barn2.com>
12 12 * @license GPL-3.0
13 13 * @copyright Barn2 Media Ltd
14 14 */
15 -class Table_Shortcode implements Registerable, Service {
15 +class Table_Shortcode implements Registerable, Standard_Service {
16 16
17 17 const SHORTCODE = 'posts_table';
18 18
19 19 public function register() {