mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 10:27:18 +08:00
doc fix.
This commit is contained in:
@ -39,10 +39,10 @@ use yii\console\Exception;
|
||||
* yii fixture users
|
||||
*
|
||||
* #load fixtures under $fixturePath to the "users" table to the different connection
|
||||
* yii fixture/apply users --db='someOtherDbConneciton'
|
||||
* yii fixture/apply users --db=someOtherDbConneciton
|
||||
*
|
||||
* #load fixtures under different $fixturePath to the "users" table.
|
||||
* yii fixture/apply users --fixturePath='@app/some/other/path/to/fixtures'
|
||||
* yii fixture/apply users --fixturePath=@app/some/other/path/to/fixtures
|
||||
* ~~~
|
||||
*
|
||||
* @author Mark Jebri <mark.github@yandex.ru>
|
||||
|
Reference in New Issue
Block a user