diff --git a/docs/book/quick-start.md b/docs/book/quick-start.md index 6bf722568..8f3be0b8e 100644 --- a/docs/book/quick-start.md +++ b/docs/book/quick-start.md @@ -302,12 +302,7 @@ return [ 'Application', '', ], - 'module_listener_options' => [ - 'module_paths' => [ - './module', - './vendor', - ], - ], + // ... other configuration ... ]; ```