Skip to content

Commit

Permalink
Adding Schemed interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmizzell committed Jul 5, 2019
1 parent 6c2feaa commit 179ab35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Schemed.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php


namespace Contracts;


interface Schemed
{
public function setSchema($schema);
}

0 comments on commit 179ab35

Please sign in to comment.