Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
5 changed files with 1 additions and 3 deletions
Showing only changes of commit 8625f20b74 - Show all commits

View File

@ -3,7 +3,7 @@
class TestSessionHandler implements SessionHandlerInterface {
public $data = [];
public $save_path = __DIR__ . '/test_data/sessions';
public $save_path = './test_data/sessions';
public function close()
{