We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d45d1 commit 9e7c08bCopy full SHA for 9e7c08b
src/Plugin.php
@@ -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