Browse Source

Remove ray statement

Peter Ragheb 2 years ago
parent
commit
121f7adf1c
1 changed files with 1 additions and 1 deletions
  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;
     }