Skip to content

Instantly share code, notes, and snippets.

<?php
use JWTAuth as Auth;
if (! function_exists('qString')) {
/**
* Obtener query string con el mismo nombre.
*
* @param string $key
*/