Releases: asciisd/referrals-laravel
Releases · asciisd/referrals-laravel
Fix issues
v2.4.2
v2.4.1
v2.4.0
v2.3.0
- Fixing bugs.
- Adding new methods in Referral model:
--public function allReferrals(): HasMany
method to retrieve all invited users by each referral.
--public function details
to return each referral's full details from the users' table. - Fixing bugs in
App\Nova\Referral
resource.