Skip to content

Commit e333c4e

Browse files
committed
add ServiceProvider to namespace
1 parent ec745ca commit e333c4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

semver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "v1.0.0-alpha.1",
3-
"last-update-type": "major"
2+
"version": "v1.0.0-alpha.2",
3+
"last-update-type": "patch"
44
}

src/QueryFiltersServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
namespace Oscabrera\QueryFilters;
23

34
use Illuminate\Support\ServiceProvider;
45
use Oscabrera\QueryFilters\Utilities\QueryFilters;

0 commit comments

Comments
 (0)