[0.1.8] Rename default configuration
This commit is contained in:
parent
9d969b45ab
commit
73fcc59b2f
|
@ -13,7 +13,7 @@ public enum HTTPMethod {
|
|||
}
|
||||
|
||||
/// Default laze configuration
|
||||
open class Default: LazeConfiguration {}
|
||||
open class DefaultConfiguration: LazeConfiguration {}
|
||||
|
||||
/// SLazeKit is an easy to use restful collection of extensions and classes. Maps your rest api request into models and provides coredata serialization.
|
||||
public class SLazeKit<Config: LazeConfiguration> {
|
||||
|
|
Loading…
Reference in New Issue