Skip to content

Commit 9e7c08b

Browse files
committed
add Plugin class for BC
1 parent c4d45d1 commit 9e7c08b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/Plugin.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
declare(strict_types=1);
3+
4+
/**
5+
* Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
6+
*
7+
* Licensed under The MIT License
8+
* Redistributions of files must retain the above copyright notice.
9+
*
10+
* @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
11+
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
12+
*/
13+
14+
namespace CakeDC\Users;
15+
16+
/**
17+
* Plugin class for backward compatibility.
18+
*/
19+
class Plugin extends UsersPlugin
20+
{
21+
}

0 commit comments

Comments
 (0)