Skip to content

Commit c4a8f73

Browse files
authored
Merge pull request #3 from brispot/feature/exploration
fix namespace on validation
2 parents 6ee22a7 + 16c3d57 commit c4a8f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brispot/php-lib",
3-
"version": "v0.0.3",
3+
"version": "v0.0.4",
44
"description": "PHP library for support brispot microservice development",
55
"keywords": ["brispot", "microservice", "php-lib"],
66
"license": "MIT",

src/Validation/ValidationServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace App\Providers;
5+
namespace Brispot\PhpLib\Validation;
66

77
use Illuminate\Support\ServiceProvider;
88
use Illuminate\Validation\Factory as ValidationFactory;

0 commit comments

Comments
 (0)