Skip to content

Commit baa94f4

Browse files
committed
Bug fixes
1 parent 05a615f commit baa94f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace Validation\Core;
2+
namespace Validation\core;
33

44
use Validation\Exceptions\InvalidValidationException;
55
use Validation\Interfaces\ValidatorInterface;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
2-
namespace Validation\Exceptions;
2+
namespace Validation\exceptions;
33

44
class InvalidValidationException extends \Exception {}

interfaces/ValidatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace Validation\Interfaces;
2+
namespace Validation\interfaces;
33

44
interface ValidatorInterface
55
{

0 commit comments

Comments
 (0)