1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Run Linter

This commit is contained in:
Bradley Schofield 2022-12-06 15:15:16 +00:00
parent 84f1a15a4c
commit 85268cbae2

View file

@ -23,8 +23,7 @@ Server::setResource('execute', function () {
string $ip,
Document $user,
Document $project
)
{
) {
$userName = $user->getAttribute('name', '');
$userEmail = $user->getAttribute('email', '');
@ -81,4 +80,4 @@ $server->job()
});
$server->workerStart();
$server->start();
$server->start();