mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-19 07:50:39 +08:00
Fixed #9141: Fixed docs for migrate/history
This commit is contained in:
@@ -367,7 +367,7 @@ abstract class BaseMigrateController extends Controller
|
||||
* ~~~
|
||||
*
|
||||
* @param integer $limit the maximum number of migrations to be displayed.
|
||||
* If it is 0, the whole migration history will be displayed.
|
||||
* If it is "all", the whole migration history will be displayed.
|
||||
* @throws \yii\console\Exception if invalid limit value passed
|
||||
*/
|
||||
public function actionHistory($limit = 10)
|
||||
|
||||
Reference in New Issue
Block a user