Update AssetManager #7535

#7535
This commit is contained in:
lynicidn
2015-03-03 09:39:27 +03:00
parent 6327262f49
commit 1a81211a9a

View File

@ -64,11 +64,11 @@ class AssetManager extends Component
*/
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';
/**
* @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';
/**