Rename mix_public() to public_mix() for consistency with public_asset()

This commit is contained in:
Nabeel Shahzad
2019-08-28 10:52:35 -04:00
parent 09f3e3cfdf
commit e62e4a865d
3 changed files with 10 additions and 10 deletions

View File

@@ -167,8 +167,8 @@ if (!function_exists('public_asset')) {
/*
* Call mix() and then prepend the proper public URL
*/
if (!function_exists('mix_public')) {
function mix_public($path, array $parameters = [])
if (!function_exists('public_mix')) {
function public_mix($path, array $parameters = [])
{
try {
$path = mix($path);