mivita/app/helpers.php
2020-04-29 20:06:51 +02:00

16 lines
273 B
PHP

<?php
if (! function_exists('make_old_url')) {
function make_old_url($path)
{
return config('app.old_url').$path;
}
}
if (! function_exists('make_old_url')) {
function make_old_url($path)
{
return config('app.old_url').$path;
}
}