Merge branch 'develop' of github.com:laravel/laravel into develop
This commit is contained in:
commit
b218e80d5a
|
@ -159,7 +159,7 @@ public static function path($bundle)
|
|||
*/
|
||||
public static function assets($bundle)
|
||||
{
|
||||
return ($bundle != DEFAULT_BUNDLE) ? PUBLIC_PATH."bundles/{$bundle}/" : PUBLIC_PATH;
|
||||
return ($bundle != DEFAULT_BUNDLE) ? URL::base()."/bundles/{$bundle}/" : URL::base().'/';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue