smindel / silverstripe-gis

Adds support for geographic types.
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Add Injectable Trait #1

Closed phptek closed 5 years ago

phptek commented 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).

smindel commented 5 years ago

Awesome feed back, cheers