Удалён мёртвый код

This commit is contained in:
2025-05-13 14:22:48 +08:00
parent 62d07ca2aa
commit f100d9ae72
8 changed files with 2 additions and 100 deletions

View File

@@ -44,17 +44,6 @@ function cache_path(string $path = ''): string
return root_path("cache/$path");
}
/**
* Returns path to app views
*
* @param string $path
* @return string
*/
function views_path(string $path = ''): string
{
return root_path("views/$path");
}
/**
* Returns base URL
*