예제 #1
0
파일: helper.php 프로젝트: fzed51/core
function asset($partial_url)
{
    $url = concatPath(\Route::getBaseUrl(), $partial_url);
    return $url;
}