8000 [Refactor] Deprecate the hydrates attributes trait · AxonDivisionDev/laravel-json-api@de30fab · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit de30fab

Browse files
committed
[Refactor] Deprecate the hydrates attributes trait
This is no longer in use.
1 parent 33045d0 commit de30fab

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This ensures that Laravel's get JSON test helpers can be used.
1717
### Deprecated
1818
- The `Eloquent\AbstractRelation` class is deprecated and will be removed in `1.0.0`. Use the new
1919
`Adapter\AbstractRelationshipAdapter` class and apply the `QueriesRelations` trait.
20+
- The `Adapter\HydratesAttributesTrait` is deprecated as it is no longer in use and will be removed in
21+
`1.0.0`.
2022

2123
## [1.0.0-beta.1] - 2018-08-22
2224

src/Adapter/HydratesAttributesTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Class HydratesAttributesTrait
2727
*
2828
* @package CloudCreativity\LaravelJsonApi
29+
* @deprecated 1.0.0
2930
*/
3031
trait HydratesAttributesTrait
3132
{

0 commit comments

Comments
 (0)
0