| @@ -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() { |