mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
feat: customizable session driver (#3610)
This commit is contained in:
@@ -148,7 +148,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
|
||||
*/
|
||||
protected function config(string $key, $value)
|
||||
{
|
||||
$this->config[$key] = $value;
|
||||
Arr::set($this->config, $key, $value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user