You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
nelson6e65
changed the title
DynamoDbModel is not calling its parent::__construct
DynamoDbModel constructor is not calling its initializeTraits() method like the parent
Oct 13, 2022
nelson6e65
changed the title
DynamoDbModel constructor is not calling its initializeTraits() method like the parent
DynamoDbModel constructor is not calling the initializeTraits() method like the parent
Oct 13, 2022
Describe the bug
DynamoDbModel
is no callinginitializeTraits()
method, introduced in 5.7 (https://github.com/laravel/framework/blob/5.7/src/Illuminate/Database/Eloquent/Model.php#L168).Current package constructor implementation:
laravel-dynamodb/src/DynamoDbModel.php
Lines 70 to 79 in 9638116
This should be solved, without BC, by just calling the base constructor:
Schema
Debug info
Version info
The text was updated successfully, but these errors were encountered: