File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55This 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
Original file line number Diff line number Diff line change 1313 * Link: https://rinvex.com
1414 */
1515
16- namespace Rinvex \Repository ;
16+ namespace Rinvex \Repository \ Providers ;
1717
1818use Illuminate \Support \ServiceProvider ;
1919use Rinvex \Repository \Listeners \RepositoryEventListener ;
You can’t perform that action at this time.
0 commit comments