Skip to content

Commit

Permalink
Bugfix missing interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Sep 26, 2019
1 parent fce64a5 commit 181aac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/FileHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Tatter\Schemas\Exceptions\SchemasException;
use Tatter\Schemas\Structures\Schema;

class FileHandler extends BaseHandler
class FileHandler extends BaseHandler implements SchemaHandlerInterface
{
// Initiate library
public function __construct(BaseConfig $config = null)
Expand Down

0 comments on commit 181aac0

Please sign in to comment.