File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ $server->addPlugin(
113
113
$server->addWorker(
114
114
new HttpServerProcess(
115
115
listen: '0.0.0.0:8080',
116
+ count: 2,
116
117
onRequest: function (Request $request): Response {
117
118
return match ($request->getUri()->getPath()) {
118
119
'/' => new Response(body: 'Hello world'),
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ export default function LayoutWrapper(props) {
23
23
< Link className = "footer__link-item" href = "https://github.com/phpstreamserver/phpstreamserver" >
24
24
< GithubImg alt = "GitHub" className = "w-[1.2rem] h-[1.2rem]" />
25
25
</ Link >
26
- < Link className = "footer__link-item" href = "#" >
27
- < TwitterImg alt = "Twitter" className = "w-[1.2rem] h-[1.2rem]" />
28
- </ Link >
26
+ { /* <Link className="footer__link-item" href="#">*/ }
27
+ { /* <TwitterImg alt="Twitter" className="w-[1.2rem] h-[1.2rem]"/>*/ }
28
+ { /* </Link>*/ }
29
29
< Link className = "footer__link-item" href = "mailto:anton.z@live.com" >
30
30
< EmailImg alt = "Email" className = "w-[1.2rem] h-[1.2rem]" />
31
31
</ Link >
You can’t perform that action at this time.
0 commit comments