dever 7 years ago
parent
commit
1e8556fd01
1 changed files with 2 additions and 2 deletions
  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;
 	}