Skip to content

Commit d704939

Browse files
committed
chore: change namespace
1 parent 7869764 commit d704939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Swagger/Security/GroupsOAuthSchema.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace App\OpenApi\schemas;
2+
namespace App\Swagger\schemas;
33

44
use OpenApi\Attributes as OA;
55
use App\Security\SummitScopes;
@@ -23,4 +23,4 @@
2323
]
2424
class GroupsOAuthSchema
2525
{
26-
}
26+
}

0 commit comments

Comments
 (0)