Skip to content

Conversation

@sy-records
Copy link
Contributor

Install the Swoole dependencies.

/**
* Install the RoadRunner dependencies.
*
* @return bool
*/
public function installSwooleServer()
{
if (! resolve(SwooleExtension::class)->isInstalled()) {
$this->error('The Swoole extension is missing.');
return false;
}
return true;
}

@driesvints driesvints merged commit bfee55a into laravel:1.x Aug 6, 2021
@driesvints
Copy link
Member

Thank you!

@sy-records sy-records deleted the fix-typo branch August 6, 2021 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants