laravel-achievements icon indicating copy to clipboard operation
laravel-achievements copied to clipboard

Primary key of Achiever

Open KostyaChoporov opened this issue 6 years ago • 0 comments

As I see - now it forced to use id attribute in getOrCreateProgressForAchiever method.

Why just not use getKey() instead of id here: https://github.com/gstt/laravel-achievements/blob/master/src/Achievement.php#L159

KostyaChoporov avatar Apr 16 '19 14:04 KostyaChoporov