Skip to content

Refactor Method Chaining #12

@touhonoob

Description

@touhonoob

From

$api->job->tasks($jobId);

To

$api->job($jobId)->tasks();

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions