mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Merge pull request #15746 from Izumi-kun/15724-same-keys
Fix #15724: MigrateController::optionAliases() have 2 same keys
This commit is contained in:
		@ -160,7 +160,7 @@ class MigrateController extends BaseMigrateController
 | 
			
		||||
    public function optionAliases()
 | 
			
		||||
    {
 | 
			
		||||
        return array_merge(parent::optionAliases(), [
 | 
			
		||||
            'c' => 'comment',
 | 
			
		||||
            'C' => 'comment',
 | 
			
		||||
            'f' => 'fields',
 | 
			
		||||
            'p' => 'migrationPath',
 | 
			
		||||
            't' => 'migrationTable',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user