Completed
Pull Request — master (#11)
by Helpful
04:15
created
code/extensions/ConfigurablePageFieldExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -175,6 +175,9 @@
 block discarded – undo
175 175
         return $this->objectField('Page');
176 176
     }
177 177
 
178
+    /**
179
+     * @param string $name
180
+     */
178 181
     protected function objectField($name)
179 182
     {
180 183
         $value = $this->owner->Value;
Please login to merge, or discard this patch.