forked from miguel456/rbrecruiter
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()
|
||||
{
|
||||
return $this->belongsTo('App\User', 'userID', 'id');
|
||||
|
|
Loading…
Reference in New Issue