Last review's request
continuous-integration/drone/push Build is passing Details

pull/81/head
d_yanis 1 year ago
parent 3ab10269f3
commit f7f28ae08b

@ -10,6 +10,8 @@ const SUPPORTS_FAST_REFRESH = _SUPPORTS_FAST_REFRESH;
/** /**
* Maps the given relative source uri (relative to the `/front` folder) to its actual location depending on imported profile. * Maps the given relative source uri (relative to the `/front` folder) to its actual location depending on imported profile.
* @param string $assetURI relative uri path from `/front` folder * @param string $assetURI relative uri path from `/front` folder
* @return string valid url that points to the given uri
*/ */
function asset(string $assetURI): string { function asset(string $assetURI): string {
return _asset($assetURI); return _asset($assetURI);

Loading…
Cancel
Save