Skip to content

Commit 0581520

Browse files
committed
Rename Plugin to AuthenticationPlugin
1 parent c8fc5cb commit 0581520

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Plugin class for CakePHP.
2222
*/
23-
class Plugin extends BasePlugin
23+
class AuthenticationPlugin extends BasePlugin
2424
{
2525
/**
2626
* Do bootstrapping or not

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1515
*/
1616

17-
use Authentication\Plugin as AuthenticationPlugin;
17+
use Authentication\AuthenticationPlugin;
1818
use Cake\Cache\Cache;
1919
use Cake\Core\Configure;
2020
use Cake\Core\Plugin;

0 commit comments

Comments
 (0)