xiang hace 6 años
padre
commit
6aac297d14
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      public/index.php

+ 2 - 2
public/index.php

@@ -1,6 +1,6 @@
 <?php
-// ini_set('display_errors', 1);
-// error_reporting(E_ALL);
+ini_set('display_errors', 1);
+error_reporting(E_ALL);
 
 /**
  * Laravel - A PHP Framework For Web Artisans