Morebec / Orkestra

Orkestra is a library of infrastructure and architecture helpers for creating CQRS applications
Other
2 stars 0 forks source link

Make Coded Layer Object Templates use an anonymous function #9

Closed jwillp closed 4 years ago

jwillp commented 4 years ago

Make Coded Layer Object Templates use an anonymous function.

handleTemple = function($config, array $data): array {
    return $data;
}

It requires updating the code of the LayerObjectCompiler