mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-05-12 14:32:12 -04:00
Finish rough draft of website
Update the payment code so everything is working now Improve DB structure Improve design Add API Validate XMR Address upon registration And Much More... Still Need to work on: - SEO - Dropdown in menu (bug, not dropping down)
This commit is contained in:
parent
dbfda5cf9e
commit
821fb9b1ed
30 changed files with 186 additions and 261 deletions
|
@ -51,8 +51,7 @@ class User extends Authenticatable
|
|||
|
||||
public function tips()
|
||||
{
|
||||
return $this->hasManyThrough(Tip::class, Meme::class, 'address_id', 'id', 'id', 'address_id');
|
||||
return $this->hasManyThrough(Tip::class, Meme::class, 'id', 'address_id');
|
||||
return $this->hasManyThrough(Tip::class, Meme::class, 'user_id');
|
||||
}
|
||||
|
||||
public function getMemesTotalAttribute()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue