mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-29 08:40:42 +02:00
Removed providers and middleware config options
This commit is contained in:
@@ -57,22 +57,4 @@ return [
|
||||
* Default value: 1000000000
|
||||
*/
|
||||
'max_hash_size' => Helpers::env('MAX_HASH_SIZE'),
|
||||
|
||||
/**
|
||||
* Additional providers to be loaded during application initialization.
|
||||
*
|
||||
* Default value: []
|
||||
*/
|
||||
'providers' => [
|
||||
// ...
|
||||
],
|
||||
|
||||
/**
|
||||
* Additional middlewares to be registered.
|
||||
*
|
||||
* Default value: []
|
||||
*/
|
||||
'middlewares' => [
|
||||
// ...
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user