File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 95
95
"flarum/testing" : " ^1.8.0" ,
96
96
"fof/oauth" : " *" ,
97
97
"flarum/phpstan" : " ^1.8" ,
98
- "blomstra /gdpr" : " @beta " ,
98
+ "flarum /gdpr" : " dev-main " ,
99
99
"sycho/flarum-private-facade" : " ^0.1.16" ,
100
100
"blomstra/turnstile" : " *"
101
101
}
Original file line number Diff line number Diff line change 11
11
12
12
namespace IanM \TwoFactor ;
13
13
14
- use Blomstra \Gdpr \Extend \UserData ;
14
+ use Flarum \Gdpr \Extend \UserData ;
15
15
use Flarum \Api \Controller \ShowUserController ;
16
16
use Flarum \Api \Serializer \BasicUserSerializer ;
17
17
use Flarum \Api \Serializer \CurrentUserSerializer ;
117
117
->addBackendRouteExclusion ('twoFactor.oauth.verify ' )
118
118
]),
119
119
])
120
- ->whenExtensionEnabled ('blomstra -gdpr ' , fn () => [
120
+ ->whenExtensionEnabled ('flarum -gdpr ' , fn () => [
121
121
(new UserData ())
122
122
->addType (Data \TwoFactorData::class),
123
123
]),
Original file line number Diff line number Diff line change 11
11
12
12
namespace IanM \TwoFactor \Data ;
13
13
14
- use Blomstra \Gdpr \Data \Type ;
14
+ use Flarum \Gdpr \Data \Type ;
15
15
use IanM \TwoFactor \Model \TwoFactor ;
16
16
use Illuminate \Support \Arr ;
17
17
You can’t perform that action at this time.
0 commit comments