diff --git a/src/functions.php b/src/functions.php index ea36d85..23645ca 100644 --- a/src/functions.php +++ b/src/functions.php @@ -959,13 +959,11 @@ function class_basename($class) } if (!function_exists('asset')) { - /** * Generate the URL for an asset. * * This function takes a relative path to an asset and combines it with the base URL of the application, * producing the full URL to the asset. It ensures proper handling of directory separators. - * * @param string $path The relative path to the asset. * @param string|null $basePath The base URL of the application (optional). If not provided, it uses an empty string. * @return string The full URL to the asset.