Skip to content

Commit

Permalink
rename plugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej-griniuk committed Dec 11, 2023
1 parent e3747dc commit f66a353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Plugin.php → src/FractalTransformerViewPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Plugin for FractalTransformerView
*/
class Plugin extends BasePlugin
class FractalTransformerViewPlugin extends BasePlugin
{
/**
* Add console commands for the plugin.
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Cake\Core\Configure;
use Cake\Core\Plugin;
use Cake\TestSuite\Fixture\SchemaLoader;
use FractalTransformerView\Plugin as FractalTransformerViewPlugin;
use FractalTransformerView\FractalTransformerViewPlugin;

$findRoot = function ($root) {
do {
Expand Down

0 comments on commit f66a353

Please sign in to comment.