Skip to content

Commit

Permalink
Merge pull request #325 from menegain-mathieu/patch-1
Browse files Browse the repository at this point in the history
Fix composer autoload for issue 320
  • Loading branch information
vgrem authored Mar 3, 2023
2 parents 793bbc5 + dd21476 commit 8a2ab3d
Show file tree
Hide file tree
Showing 29 changed files with 11 additions and 21 deletions.
File renamed without changes.
File renamed without changes.
13 changes: 11 additions & 2 deletions src/SharePoint/Sharing/SensitivityLabelInformation.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?php

/**
* Generated 2023-01-13T18:22:53+02:00 16.0.23207.12005
*/
namespace Office365\SharePoint\Sharing;

use Office365\Runtime\ClientValue;

class SensitivityLabelInformation extends ClientValue
{

/**
* @var string
*/
public $displayName;
/**
* @var string
*/
public $id;
}
19 changes: 0 additions & 19 deletions src/SharePoint/\Sharing/SensitivityLabelInformation.php

This file was deleted.

0 comments on commit 8a2ab3d

Please sign in to comment.