This repository was archived by the owner on Feb 16, 2022. It is now read-only.
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
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.
5
5
This project adheres to [ Semantic Versioning] ( CONTRIBUTING.md ) .
6
6
7
7
8
+ ## [ v4.0.3] - 2020-04-04
9
+ - Fix namespace issue
10
+
8
11
## [ v4.0.2] - 2020-04-04
9
12
- Enforce consistent artisan command tag namespacing
10
13
- Enforce consistent package namespace
@@ -132,6 +135,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
132
135
## v0.0.1 - 2017-04-08
133
136
- Rename package to "rinvex/attributable" from "rinvex/sparse" based on 715a831
134
137
138
+ [ v4.0.3 ] : https://github.com/rinvex/laravel-attributes/compare/v4.0.2...v4.0.3
135
139
[ v4.0.2 ] : https://github.com/rinvex/laravel-attributes/compare/v4.0.1...v4.0.2
136
140
[ v4.0.1 ] : https://github.com/rinvex/laravel-attributes/compare/v4.0.0...v4.0.1
137
141
[ v4.0.0 ] : https://github.com/rinvex/laravel-attributes/compare/v3.0.3...v4.0.0
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ public function register()
57
57
public function boot ()
58
58
{
59
59
// Publish Resources
60
- $ this ->publishesConfig ('rinvex/attributes ' );
61
- $ this ->publishesMigrations ('rinvex/attributes ' );
62
- ! $ this ->autoloadMigrations ('rinvex/attributes ' ) || $ this ->loadMigrationsFrom (__DIR__ .'/../../database/migrations ' );
60
+ $ this ->publishesConfig ('rinvex/laravel- attributes ' );
61
+ $ this ->publishesMigrations ('rinvex/laravel- attributes ' );
62
+ ! $ this ->autoloadMigrations ('rinvex/laravel- attributes ' ) || $ this ->loadMigrationsFrom (__DIR__ .'/../../database/migrations ' );
63
63
}
64
64
}
You can’t perform that action at this time.
0 commit comments