Skip to content

Commit

Permalink
WIP: Create StorageProviderInterface class
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 26, 2024
1 parent d7fb68f commit bd5bd6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/SAML2/StorageProviderInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

namespace SimpleSAML\SAML2;

interface StorageProviderInterface
{
}

0 comments on commit bd5bd6a

Please sign in to comment.