refactor: add missing comma

This commit is contained in:
grandeljay 2023-09-05 13:59:38 +02:00
parent 488d1f59d3
commit 4fc16105af

View file

@ -48,7 +48,7 @@ if (file_exists($configPath)) {
*/
session_start(
array(
'name' => 'wishthis'
'name' => 'wishthis',
)
);