Update ban dates
This commit is contained in:
parent
95bf7c239e
commit
98e557a840
|
@ -17,6 +17,10 @@ class Ban extends Model
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
public $dates = [
|
||||||
|
'bannedUntil'
|
||||||
|
];
|
||||||
|
|
||||||
public function user()
|
public function user()
|
||||||
{
|
{
|
||||||
return $this->belongsTo('App\User', 'userID', 'id');
|
return $this->belongsTo('App\User', 'userID', 'id');
|
||||||
|
|
Loading…
Reference in New Issue