mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
changed format of applying command to all
This commit is contained in:
@ -46,7 +46,7 @@ class FixtureController extends Controller
|
||||
/**
|
||||
* type of fixture apply to database
|
||||
*/
|
||||
const APPLY_ALL = 'all';
|
||||
const APPLY_ALL = '*';
|
||||
|
||||
/**
|
||||
* @var string controller default action ID.
|
||||
|
||||
Reference in New Issue
Block a user