Skip to content

Commit 1ee2820

Browse files
committed
Remove caching option for now.
1 parent e3b3c57 commit 1ee2820

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

application/Config/Modules.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)