firefly-iii/app/config/testing/session.php

22 lines
552 B
PHP
Raw Normal View History

2014-06-28 02:41:44 -05:00
<?php
2014-12-06 14:48:23 -06:00
return [
2014-06-28 02:41:44 -05:00
/*
|--------------------------------------------------------------------------
| Default Session Driver
|--------------------------------------------------------------------------
|
| This option controls the default session "driver" that will be used on
| requests. By default, we will use the lightweight native driver but
| you may specify any of the other wonderful drivers provided here.
|
| Supported: "native", "cookie", "database", "apc",
| "memcached", "redis", "array"
|
*/
'driver' => 'array',
2014-12-06 14:48:23 -06:00
];