File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ declare (strict_types=1 );
3+
4+ /**
5+ * CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
6+ * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org/)
7+ *
8+ * Licensed under The MIT License
9+ * For full copyright and license information, please see the LICENSE.txt
10+ * Redistributions of files must retain the above copyright notice.
11+ *
12+ * @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org/)
13+ * @link https://cakephp.org CakePHP(tm) Project
14+ * @since 0.1.0
15+ * @license https://opensource.org/licenses/MIT MIT License
16+ */
17+ namespace Cake \Queue ;
18+
19+ /**
20+ * @deprecated 2.2.1 Use QueuePlugin instead
21+ */
22+ class Plugin extends QueuePlugin
23+ {
24+ }
You can’t perform that action at this time.
0 commit comments