mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Merge branch 'master' of github.com:yiisoft/yii2
This commit is contained in:
		@ -41,7 +41,7 @@ use yii\helpers\FileHelper;
 | 
			
		||||
class AssetManager extends Component
 | 
			
		||||
{
 | 
			
		||||
    /**
 | 
			
		||||
     * @var array list of available asset bundles. The keys are the class names (without leading backslash)
 | 
			
		||||
     * @var array list of available asset bundles. The keys are the class names (**without leading backslash**)
 | 
			
		||||
     * of the asset bundles, and the values are either the configuration arrays for creating the [[AssetBundle]]
 | 
			
		||||
     * objects or the corresponding asset bundle instances. For example, the following code disables
 | 
			
		||||
     * the bootstrap css file used by Bootstrap widgets (because you want to use your own styles):
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user