Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
riculum committed May 11, 2022
1 parent 05a615f commit baa94f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/Validator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Validation\Core;
namespace Validation\core;

use Validation\Exceptions\InvalidValidationException;
use Validation\Interfaces\ValidatorInterface;
Expand Down
2 changes: 1 addition & 1 deletion exceptions/InvalidValidationException.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
namespace Validation\Exceptions;
namespace Validation\exceptions;

class InvalidValidationException extends \Exception {}
2 changes: 1 addition & 1 deletion interfaces/ValidatorInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Validation\Interfaces;
namespace Validation\interfaces;

interface ValidatorInterface
{
Expand Down

0 comments on commit baa94f4

Please sign in to comment.