Initial Commit
This commit is contained in:
16
app/Ejaculation.php
Normal file
16
app/Ejaculation.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Ejaculation extends Model
|
||||
{
|
||||
//
|
||||
|
||||
protected $fillable = [
|
||||
'user_id', 'ejaculated_date',
|
||||
'note', 'geo_latitude', 'geo_longitude',
|
||||
'is_private'
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user