okta / okta-sdk-php

PHP SDK for the Okta API
Apache License 2.0
38 stars 71 forks source link

Generated Models need to add Use statements #2

Closed bretterer closed 7 years ago

bretterer commented 7 years ago

Currently, the generated models do not include any use statements for the classes it needs in the methods.

Modify the template to get a list of all classes we need to use in the model.