Taha Elsenosy
Results
2
comments of
Taha Elsenosy
Hello @seifti Acutally the issue is not related to the package. This issue caused because **Eloquent** doens't support composite primary keys. See [https://github.com/laravel/framework/issues/5355](https://github.com/laravel/framework/issues/5355).
@seifti Yes, the trait `HasCompositePrimaryKeyTrait` works fine with saving and retrieving data, but what about the model `fresh` method? did you test it? `ActivityLogger` use the `fresh` method to get...