mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
Merge pull request #7536 from lynicidn/patch-1
Update AssetManager #7535
This commit is contained in:
@ -64,11 +64,11 @@ class AssetManager extends Component
|
|||||||
*/
|
*/
|
||||||
public $bundles = [];
|
public $bundles = [];
|
||||||
/**
|
/**
|
||||||
* @return string the root directory storing the published asset files.
|
* @var string the root directory storing the published asset files.
|
||||||
*/
|
*/
|
||||||
public $basePath = '@webroot/assets';
|
public $basePath = '@webroot/assets';
|
||||||
/**
|
/**
|
||||||
* @return string the base URL through which the published asset files can be accessed.
|
* @var string the base URL through which the published asset files can be accessed.
|
||||||
*/
|
*/
|
||||||
public $baseUrl = '@web/assets';
|
public $baseUrl = '@web/assets';
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user