We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95abfda + ff82d55 commit aa2c4eeCopy full SHA for aa2c4ee
1 file changed
README.md
@@ -96,7 +96,7 @@ Http::get('/')
96
}
97
);
98
99
-$http = new Http(new Server(), new Container() 'America/New_York');
+$http = new Http(new Server(), new Container(), 'America/New_York');
100
$http->start();
101
```
102
0 commit comments