Move all templates from `syncTemplates` into shared and rename includes in templates
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / acp / action / AJAXInvokeAction.class.php
... / ...
CommitLineData
1<?php
2
3namespace wcf\acp\action;
4
5/**
6 * Copy of the default implementation for object-actions using the AJAX-based invoke mechanism.
7 *
8 * @author Alexander Ebert
9 * @copyright 2001-2019 WoltLab GmbH
10 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
11 */
12final class AJAXInvokeAction extends \wcf\action\AJAXInvokeAction
13{
14}