File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,22 +28,8 @@ class Modules
2828 'registrars ' ,
2929 'routes ' ,
3030 'services ' ,
31- 'views '
3231 ];
3332
34- /*
35- |--------------------------------------------------------------------------
36- | Cache Results?
37- |--------------------------------------------------------------------------
38- |
39- | If true, the results of all discoveries will be cached and will be
40- | not be searched for until the cache is cleared, increasing performance
41- | at the cost of any additional discovery.
42- |
43- | This is a good setting to use in production where changes are infrequent.
44- */
45- public $ cache = false ;
46-
4733 /**
4834 * Should the application auto-discover the requested resources.
4935 *
@@ -52,7 +38,6 @@ class Modules
5238 * - registrars
5339 * - routes
5440 * - services
55- * - views
5641 *
5742 * @param string $alias
5843 *
You can’t perform that action at this time.
0 commit comments