Exemplo n.º 1
0
 /**
  * Convert a value to studly caps case.
  *
  * @param  string  $value
  * @return string
  */
 function wpdevsclub_studly_case($value)
 {
     return Str::studly($value);
 }