Completed
Push — master ( 9b0ab1...980c15 )
by Jean-Christophe
01:27
created
micro/controllers/admin/UbiquityMyAdminViewer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -122,6 +122,9 @@
 block discarded – undo
122 122
 
123 123
 	}
124 124
 
125
+	/**
126
+	 * @param string $className
127
+	 */
125 128
 	protected function relationMembersInForm($form,$instance,$className){
126 129
 		$relations = OrmUtils::getFieldsInRelations($className);
127 130
 		foreach ($relations as $member){
Please login to merge, or discard this patch.