7 lines
138 B
PHP
7 lines
138 B
PHP
|
|
<?php
|
||
|
|
// Fixture used for `october:env` unit tests in `tests/unit/system/console/OctoberEnvTest.php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'default' => 'sync',
|
||
|
|
];
|