first commit
This commit is contained in:
18
app/Models/Destination.php
Normal file
18
app/Models/Destination.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
|
||||
class Destination extends BaseModel
|
||||
{
|
||||
|
||||
protected $table = 'destination';
|
||||
|
||||
const CREATED_AT = 'created_at';
|
||||
const UPDATED_AT = 'updated_at';
|
||||
|
||||
protected $dateFormat = 'U';
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user