belongsToMany( ConnectedApp::class, 'app_roles', 'role_id', 'app_id' ) ->using(AppRole::class) ->withPivot('id', 'duration'); } }