dever hace 7 años
padre
commit
1e8556fd01
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      component/src/Auditing.php

+ 2 - 2
component/src/Auditing.php

@@ -75,9 +75,9 @@ class Auditing extends Core
 			}
 		}
 		
-		print_r($html);die;
+		
 		$html = Dever::table($html);
-
+		print_r($html);die;
 		return $html;
 	}