fix error in routing when running artisan

This commit is contained in:
Babibubebon 2020-01-20 01:07:11 +09:00
parent 89af961191
commit 00325bc094

View file

@ -10,7 +10,9 @@
| and give it the Closure to call when that URI is requested. | and give it the Closure to call when that URI is requested.
| |
*/ */
if ($_SERVER['PHP_SELF'] === 'artisan') {
return;
}
function joinHostPort($components) function joinHostPort($components)
{ {