Skip to content

Commit ee6c055

Browse files
committed
remove typescript convertor to eliminate duplicate in the output caused by the app IUser
1 parent 6c4c3e1 commit ee6c055

File tree

1 file changed

+0
-2
lines changed
  • src/services/mongodb/models/auth

1 file changed

+0
-2
lines changed

src/services/mongodb/models/auth/user.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
use gcgov\framework\exceptions\modelException;
77
use gcgov\framework\services\mongodb\attributes\label;
88
use gcgov\framework\services\mongodb\typeMapType;
9-
use Spatie\TypeScriptTransformer\Attributes\TypeScript;
109

1110
/**
1211
* Class user
1312
* @OA\Schema()
1413
*/
15-
#[TypeScript('IUser')]
1614
class user
1715
extends \gcgov\framework\services\mongodb\model
1816
implements \gcgov\framework\interfaces\auth\user {

0 commit comments

Comments
 (0)