Implementation of areafix processing, first subscribe/unsubscribe with scan
This commit is contained in:
12
app/Models/AddressEchoarea.php
Normal file
12
app/Models/AddressEchoarea.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Relations\Pivot;
|
||||
|
||||
class AddressEchoarea extends Pivot
|
||||
{
|
||||
protected $casts = [
|
||||
'subscribed' => 'datetime:Y-m-d H:i',
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user