* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ namespace PrestaShopBundle\Controller\Admin\Sell\Order; use PrestaShop\PrestaShop\Core\Action\ActionsBarButton as CoreActionsBarButton; /** * @deprecated since 8.0 and will be removed in next major. Use PrestaShop\PrestaShop\Core\ActionBar\ActionsBarButton instead */ class ActionsBarButton extends CoreActionsBarButton implements ActionsBarButtonInterface { }