Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Removing auto_generate_proxies from config example #1212

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,10 @@ This is the config structure expected by ``Zend\ServiceManager\Proxy\LazyService
// directory where proxy classes will be written - default to system_get_tmp_dir()
'proxies_target_dir' => null,

// boolean flag to indicate whether to generate proxies
// proxies are auto-generated by default
'auto_generate_proxies' => null,

// namespace of the generated proxies, default to "ProxyManagerGeneratedProxy"
'proxies_namespace' => null,

// whether the generated proxy classes should be written to disk
// whether the generated proxy classes should be written to disk or generated on-the-fly
'write_proxy_files' => false,
),
);
Expand Down