Skip to content

Commit

Permalink
Update namespace missed by initial override
Browse files Browse the repository at this point in the history
  • Loading branch information
bit9labs committed Dec 10, 2020
1 parent 6952991 commit 594c35c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions lib/Model/AdminName.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* PHP version 5
*
* @category Class
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand All @@ -27,16 +27,16 @@
* Do not edit the class manually.
*/

namespace Swagger\Client\Model;
namespace Clever\Model;

use \ArrayAccess;
use \Swagger\Client\ObjectSerializer;
use \Clever\ObjectSerializer;

/**
* AdminName Class Doc Comment
*
* @category Class
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand Down
8 changes: 4 additions & 4 deletions lib/Model/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* PHP version 5
*
* @category Class
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand All @@ -27,16 +27,16 @@
* Do not edit the class manually.
*/

namespace Swagger\Client\Model;
namespace Clever\Model;

use \ArrayAccess;
use \Swagger\Client\ObjectSerializer;
use \Clever\ObjectSerializer;

/**
* Link Class Doc Comment
*
* @category Class
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand Down
8 changes: 4 additions & 4 deletions lib/Model/SchoolEnrollment.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* PHP version 5
*
* @category Class
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand All @@ -27,16 +27,16 @@
* Do not edit the class manually.
*/

namespace Swagger\Client\Model;
namespace Clever\Model;

use \ArrayAccess;
use \Swagger\Client\ObjectSerializer;
use \Clever\ObjectSerializer;

/**
* SchoolEnrollment Class Doc Comment
*
* @category Class
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand Down
6 changes: 3 additions & 3 deletions test/Model/AdminNameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* PHP version 5
*
* @category Class
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand All @@ -27,14 +27,14 @@
* Please update the test case below to test the model.
*/

namespace Swagger\Client;
namespace Clever;

/**
* AdminNameTest Class Doc Comment
*
* @category Class
* @description AdminName
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand Down
6 changes: 3 additions & 3 deletions test/Model/LinkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* PHP version 5
*
* @category Class
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand All @@ -27,14 +27,14 @@
* Please update the test case below to test the model.
*/

namespace Swagger\Client;
namespace Clever;

/**
* LinkTest Class Doc Comment
*
* @category Class
* @description Link
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand Down
6 changes: 3 additions & 3 deletions test/Model/SchoolEnrollmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* PHP version 5
*
* @category Class
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand All @@ -27,14 +27,14 @@
* Please update the test case below to test the model.
*/

namespace Swagger\Client;
namespace Clever;

/**
* SchoolEnrollmentTest Class Doc Comment
*
* @category Class
* @description SchoolEnrollment
* @package Swagger\Client
* @package Clever
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
Expand Down

0 comments on commit 594c35c

Please sign in to comment.