diff --git a/control/injector/Injector.php b/control/injector/Injector.php index 09fda499c..45796cd11 100644 --- a/control/injector/Injector.php +++ b/control/injector/Injector.php @@ -64,6 +64,7 @@ use SilverStripe\Framework\Injector\Factory; * * Specify a configuration array of the format * + * * array( * array( * 'id' => 'BeanId', // the name to be used if diff from the filename @@ -96,6 +97,7 @@ use SilverStripe\Framework\Injector\Factory; * // or simply * 'OtherBean' => 'SomeClass', * ) + * * * In addition to specifying the bindings directly in the configuration, * you can simply create a publicly accessible property on the target