*/ public function rules(): array { return [ 'permission_slugs' => ['required', 'array'], 'permission_slugs.*' => ['string', 'max:128'], ]; } }