Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Factory with simplified Client constructor #49

Merged
merged 1 commit into from
Sep 17, 2019

Conversation

clue
Copy link
Owner

@clue clue commented Sep 17, 2019

// old
$factory = new Clue\React\Docker\Factory($loop);
$client = $factory->createClient($url);

// new
$client = new Clue\React\Docker\Client($loop, $url);

@clue clue added this to the v0.3.0 milestone Sep 17, 2019
@clue clue merged commit b9b09be into clue:master Sep 17, 2019
@clue clue deleted the no-factory branch September 17, 2019 12:31
@clue clue modified the milestones: v0.3.0, v1.0.0 Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant