Skip to content

Commit

Permalink
Fix plugin class name
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 22, 2024
1 parent 32fd304 commit 69aabcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/Plugin.php → src/CaptchaPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
use Cake\Routing\Route\DashedRoute;
use Cake\Routing\RouteBuilder;

/**
* Plugin for DatabaseLog
*/
class Plugin extends BasePlugin {
class CaptchaPlugin extends BasePlugin {

/**
* @var bool
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Cake\Core\Plugin;
use Cake\Datasource\ConnectionManager;
use Cake\TestSuite\Fixture\SchemaLoader;
use Captcha\Plugin as CaptchaPlugin;
use Captcha\CaptchaPlugin as CaptchaPlugin;
use TestApp\Application;
use TestApp\Controller\AppController;
use TestApp\View\AppView;
Expand Down

0 comments on commit 69aabcf

Please sign in to comment.