8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33045d0 commit de30fabCopy full SHA for de30fab
CHANGELOG.md
@@ -17,6 +17,8 @@ This ensures that Laravel's get JSON test helpers can be used.
17
### Deprecated
18
- The `Eloquent\AbstractRelation` class is deprecated and will be removed in `1.0.0`. Use the new
19
`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`.
22
23
## [1.0.0-beta.1] - 2018-08-22
24
src/Adapter/HydratesAttributesTrait.php
@@ -26,6 +26,7 @@
26
* Class HydratesAttributesTrait
27
*
28
* @package CloudCreativity\LaravelJsonApi
29
+ * @deprecated 1.0.0
30
*/
31
trait HydratesAttributesTrait
32
{
0 commit comments