Skip to content

Commit b73d60c

Browse files
committed
Style fix.
1 parent 5e1fd95 commit b73d60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/GeebyDeeby/config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'siteEmail' => 'me@emailhost.com',
77
'siteOwner' => 'Webmaster',
88
// See https://symfony.com/doc/current/mailer.html for more documentation on email transport options:
9-
'emailTransport' => "sendmail://default",
9+
'emailTransport' => 'sendmail://default',
1010
'dbHost' => 'localhost',
1111
'dbName' => 'gbdb', // database schema name
1212
'dbUser' => 'gbdb', // database username

0 commit comments

Comments
 (0)