Skip to content

Allow and default to class names in stage builder #3

Open
@dantleech

Description

@dantleech

Allow:

$builder->stage(Take::class, []);

and then also facilitate alias mapping / overriding, e.g.

$map = [
   Take::class => 'take',
];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions