Closed phptek closed 5 years ago
To help with DI and service construction, all module classes available for use in userland code should consume the Injectable trait so we can instantiate e.g. GridFieldMap::create($geometry).
Injectable
GridFieldMap::create($geometry)
Awesome feed back, cheers
To help with DI and service construction, all module classes available for use in userland code should consume the
Injectable
trait so we can instantiate e.g.GridFieldMap::create($geometry)
.