Add Campaigns module for grouping short links.
Deploy Ladill Link / deploy (push) Successful in 1m26s
Deploy Ladill Link / deploy (push) Successful in 1m26s
Let accounts organise links by promo or launch, attach or detach links, and view combined click totals from the sidebar.
This commit is contained in:
@@ -49,6 +49,11 @@ class User extends Authenticatable
|
||||
return $this->hasMany(ShortLink::class);
|
||||
}
|
||||
|
||||
public function campaigns(): HasMany
|
||||
{
|
||||
return $this->hasMany(Campaign::class);
|
||||
}
|
||||
|
||||
public function linkCustomDomains(): HasMany
|
||||
{
|
||||
return $this->hasMany(LinkCustomDomain::class);
|
||||
|
||||
Reference in New Issue
Block a user