Skip to content

Commit cd48ac0

Browse files
committed
Merge branch 'release/v1.0.3'
2 parents c840b87 + 73b06d5 commit cd48ac0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](CONTRIBUTING.md).
66

77

8+
## [v1.0.3] - 2016-06-22
9+
- Fix wrong RepositoryServiceProvider PSR-4 namespace (close #19)
10+
811
## [v1.0.2] - 2016-06-22
912
- Fix `findWhere` wrong results and fix docs mistakes (close #15)
1013
- Enable/disable cache per query (close #16)
@@ -17,5 +20,6 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
1720
## v1.0.0 - 2016-06-18
1821
- Commit first draft
1922

23+
[v1.0.3]: https://github.com/rinvex/repository/compare/v1.0.2...v1.0.3
2024
[v1.0.2]: https://github.com/rinvex/repository/compare/v1.0.1...v1.0.2
2125
[v1.0.1]: https://github.com/rinvex/repository/compare/v1.0.0...v1.0.1

src/Providers/RepositoryServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Link: https://rinvex.com
1414
*/
1515

16-
namespace Rinvex\Repository;
16+
namespace Rinvex\Repository\Providers;
1717

1818
use Illuminate\Support\ServiceProvider;
1919
use Rinvex\Repository\Listeners\RepositoryEventListener;

0 commit comments

Comments
 (0)