Skip to content

Instantly share code, notes, and snippets.

View Dillonsmart's full-sized avatar
:octocat:

Dillon Smart Dillonsmart

:octocat:
View GitHub Profile
<?php
namespace App\Integrations;
use Microsoft\Graph\Exception\GraphException;
use Microsoft\Graph\Graph;
use Microsoft\Graph\Model;
trait MicrosoftGraph
{