mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge pull request #7387 from cakephp/2.7-fixture
Backport 3.x limit of fixture data generation.
This commit is contained in:
commit
4a316b158e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class FixtureTask extends BakeTask {
|
|||
))->addOption('count', array(
|
||||
'help' => __d('cake_console', 'When using generated data, the number of records to include in the fixture(s).'),
|
||||
'short' => 'n',
|
||||
'default' => 10
|
||||
'default' => 1
|
||||
))->addOption('connection', array(
|
||||
'help' => __d('cake_console', 'Which database configuration to use for baking.'),
|
||||
'short' => 'c',
|
||||
|
|
Loading…
Add table
Reference in a new issue