Skip to content

Commit 569f7bd

Browse files
Update Plugin
1 parent 7ebf466 commit 569f7bd

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/Plugin.php

+13-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,19 @@
99

1010
namespace FractalTransformerView;
1111

12+
use Cake\Core\BasePlugin;
1213

13-
class Plugin
14+
/**
15+
* Class Plugin
16+
*
17+
* @author Jefferson Simão Gonçalves <[email protected]>
18+
*
19+
* @package FractalTransformerView
20+
*/
21+
class Plugin extends BasePlugin
1422
{
15-
23+
protected $routesEnabled = false;
24+
protected $bootstrapEnabled = false;
25+
protected $middlewareEnabled = false;
26+
protected $consoleEnabled = false;
1627
}

0 commit comments

Comments
 (0)