Fixed arrival processing
This commit is contained in:
@@ -62,6 +62,7 @@ class UserFlight extends Model
|
|||||||
{
|
{
|
||||||
static::creating(function (UserFlight $flight) {
|
static::creating(function (UserFlight $flight) {
|
||||||
$flight->departure_processed_at = now();
|
$flight->departure_processed_at = now();
|
||||||
|
$flight->arrival_processed_at = now();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user