File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "autoload" : {
1313 "psr-4" : {
14- "Validation\\ " : " src/"
14+ "Riculum \\ Validation\\ " : " src/"
1515 }
1616 },
1717 "require" : {
Original file line number Diff line number Diff line change 11<?php
2- namespace Validation ;
2+ namespace Riculum \ Validation ;
33
4- use Validation \exceptions \InvalidValidationException ;
5- use Validation \interfaces \ValidatorInterface ;
4+ use Riculum \ Validation \exceptions \InvalidValidationException ;
5+ use Riculum \ Validation \interfaces \ValidatorInterface ;
66
77class Validator implements ValidatorInterface
88{
Original file line number Diff line number Diff line change 11<?php
2- namespace Validation \exceptions ;
2+ namespace Riculum \ Validation \exceptions ;
33
44class InvalidValidationException extends \Exception {}
Original file line number Diff line number Diff line change 11<?php
2- namespace Validation \interfaces ;
2+ namespace Riculum \ Validation \interfaces ;
33
44interface ValidatorInterface
55{
You can’t perform that action at this time.
0 commit comments