refactor: add missing comma
This commit is contained in:
parent
488d1f59d3
commit
4fc16105af
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ if (file_exists($configPath)) {
|
|||
*/
|
||||
session_start(
|
||||
array(
|
||||
'name' => 'wishthis'
|
||||
'name' => 'wishthis',
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue