Skip to content

Commit 5431417

Browse files
committed
Change default session driver
1 parent 084ebbe commit 5431417

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NativeServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ protected function configureApp()
6767
]]);
6868

6969
config(['database.default' => 'nativephp']);
70-
config(['session.driver' => 'database']);
71-
config(['session.connection' => 'nativephp']);
70+
config(['session.driver' => 'file']);
7271

7372
config(['queue.default' => 'database']);
7473
}

0 commit comments

Comments
 (0)