mivita/app/helpers.php
Kevin Adametz 3711fcc8d0 01 2020
2020-02-14 10:18:44 +01:00

9 lines
140 B
PHP

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