Browse Source

Fix up plugin naming.

mscherer 2 years ago
parent
commit
51be929ee9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/Plugin.php
  2. 1 1
      tests/bootstrap.php

+ 1 - 1
src/Plugin.php

@@ -8,7 +8,7 @@ use Cake\Routing\RouteBuilder;
 /**
  * Plugin for Tools
  */
-class Plugin extends BasePlugin {
+class ToolsPlugin extends BasePlugin {
 
 	/**
 	 * @var bool

+ 1 - 1
tests/bootstrap.php

@@ -13,7 +13,7 @@ use Cake\TestSuite\Fixture\SchemaLoader;
 use Cake\Utility\Security;
 use Shim\Filesystem\Folder;
 use TestApp\Controller\AppController;
-use Tools\Plugin as ToolsPlugin;
+use Tools\ToolsPlugin;
 use function Cake\Core\env;
 
 if (!defined('DS')) {