forked from loafle/openapi-generator-original
This fixes the generated README so it suggests to implement the `class DefaultApi` in a file named DefaultApi.php (instead of DefaultApiInterface.php)
This commit is contained in:
@@ -67,7 +67,7 @@ Step 4: Implement the API calls:
|
||||
|
||||
```php
|
||||
<?php
|
||||
// src/Acme/MyBundle/Api/PetApiInterface.php
|
||||
// src/Acme/MyBundle/Api/PetApi.php
|
||||
|
||||
namespace Acme\MyBundle\Api;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user