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
0df4374b 1<?php
a9229942 2
0df4374b
AE
3namespace wcf\acp\action;
4
5/**
6 * Copy of the default implementation for object-actions using the AJAX-based invoke mechanism.
a9229942
TD
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>
0df4374b 11 */
939243c4 12final class AJAXInvokeAction extends \wcf\action\AJAXInvokeAction
a9229942
TD
13{
14}