Skip to content

Commit

Permalink
Move class ValidationResult to new Validation namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 27, 2022
1 parent 712c98b commit ca55170
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Hyde\Support\Models;
namespace Hyde\Framework\Features\Validation;

/**
* @see \Hyde\Framework\Testing\Feature\Services\ValidationServiceTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
namespace Hyde\Framework\Services;

use Hyde\Facades\Features;
use Hyde\Framework\Features\Validation\ValidationResult as Result;
use Hyde\Hyde;
use Hyde\Support\Models\ValidationResult as Result;

/**
* @see \Hyde\Framework\Testing\Feature\Services\ValidationServiceTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* @covers \Hyde\Console\Commands\ValidateCommand
* @covers \Hyde\Framework\Services\ValidationService
* @covers \Hyde\Support\Models\ValidationResult
* @covers \Hyde\Framework\Features\Validation\ValidationResult
*
* @see \Hyde\Framework\Testing\Feature\Services\ValidationServiceTest
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

namespace Hyde\Framework\Testing\Feature\Services;

use Hyde\Framework\Features\Validation\ValidationResult;
use Hyde\Framework\Services\ValidationService;
use Hyde\Hyde;
use Hyde\Support\Models\ValidationResult;
use Hyde\Testing\TestCase;

/**
* Class ValidationServiceTest.
*
* @covers \Hyde\Framework\Services\ValidationService
* @covers \Hyde\Support\Models\ValidationResult
* @covers \Hyde\Framework\Features\Validation\ValidationResult
*
* @see \Hyde\Framework\Testing\Feature\Commands\ValidateCommandTest
*/
Expand Down

0 comments on commit ca55170

Please sign in to comment.