diff --git a/lib/codegen/php/curl.dart b/lib/codegen/php/curl.dart index cd62e405..dd804028 100644 --- a/lib/codegen/php/curl.dart +++ b/lib/codegen/php/curl.dart @@ -6,6 +6,28 @@ import 'package:apidash/models/models.dart' show RequestModel; import 'package:apidash/consts.dart'; class PHPcURLCodeGen { + //starting template + final String kTemplateStart = """ +