We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce64a5 commit 181aac0Copy full SHA for 181aac0
src/Handlers/FileHandler.php
@@ -4,7 +4,7 @@
4
use Tatter\Schemas\Exceptions\SchemasException;
5
use Tatter\Schemas\Structures\Schema;
6
7
-class FileHandler extends BaseHandler
+class FileHandler extends BaseHandler implements SchemaHandlerInterface
8
{
9
// Initiate library
10
public function __construct(BaseConfig $config = null)
0 commit comments