helpers.php 98 B

123456
  1. <?php
  2. function str_random($length = 16)
  3. {
  4. return \Illuminate\Support\Str::random($length);
  5. }