Explorar el Código

Remove ray statement

Peter Ragheb hace 2 años
padre
commit
121f7adf1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Tools/Utils.php

+ 1 - 1
src/Tools/Utils.php

@@ -303,7 +303,7 @@ class Utils
                 $factory = $factory->states($states);
             }
         }
-        ray($factory);
+
         return $factory;
     }