mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-08-10 07:20:33 -04:00
Initial Commit
This commit is contained in:
commit
cc2af611e1
148 changed files with 54234 additions and 0 deletions
11
app/Models/Address.php
Normal file
11
app/Models/Address.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Address extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue