Skip to content

Commit c689e44

Browse files
committed
Merge pull request #404 from cakephp/lorenzo-patch-1
Adding more file types to the Include panel
2 parents 00f4738 + 1b1ee47 commit c689e44

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Panel/IncludePanel.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ class IncludePanel extends DebugPanel
3838
* @var array
3939
*/
4040
protected $_fileTypes = [
41-
'Cache', 'Config', 'Configure', 'Console', 'Component', 'Controller',
42-
'Behavior', 'Datasource', 'Model', 'Plugin', 'Test', 'View', 'Utility',
43-
'Network', 'Routing', 'I18n', 'Log', 'Error'
41+
'Auth', 'Cache', 'Collection', 'Config', 'Configure', 'Console', 'Component', 'Controller',
42+
'Behavior', 'Database', 'Datasource', 'Model', 'Template', 'View', 'Utility',
43+
'Network', 'Routing', 'I18n', 'Log', 'Error', 'Event', 'Form', 'Filesystem',
44+
'ORM', 'Filter', 'Validation'
4445
];
4546

4647
/**

0 commit comments

Comments
 (0)