feat: add impersonation log viewer in filament dashboard
This commit is contained in:
@@ -41,7 +41,7 @@ final class ImpersonationLog extends Model
|
||||
return $this->belongsTo(User::class, 'target_user_id');
|
||||
}
|
||||
|
||||
public function getDurationInSecondsAttribute(): ?int
|
||||
public function getDurationInSecondsAttribute(): ?float
|
||||
{
|
||||
if (! $this->end_time) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user