Skip to content

Commit fff25a4

Browse files
authored
Merge pull request #20 from lucasmichot/feature/config
Enforce Laravel styleguide.
2 parents aa07f3b + 27de343 commit fff25a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
/*
55
* The host to use when listening for debug server connections.
66
*/
7-
'host' => 'tcp://127.0.0.1:9912'
7+
'host' => 'tcp://127.0.0.1:9912',
88
];

0 commit comments

Comments
 (0)