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 d665d33 commit dc6413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php → src/AjaxPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Cake\Core\BasePlugin;

class Plugin extends BasePlugin {
class AjaxPlugin extends BasePlugin {

/**
* @var bool
Expand Down

0 comments on commit dc6413c

Please sign in to comment.