Skip to content

Commit 937df8e

Browse files
Fixed import
1 parent 719eaff commit 937df8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Dotenv;
44

55
use Dotenv\Exception\InvalidCallbackException;
6-
use Dotenv\Exception\InvalidPathException;
6+
use Dotenv\Exception\ValidationException;
77

88
/**
99
* This is the validator class.

0 commit comments

Comments
 (0)