mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
Update BackupResource.php
This commit is contained in:
parent
2b0425f8e1
commit
6b226a289a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class BackupResource extends Resource
|
|||
}),
|
||||
|
||||
Tables\Columns\TextColumn::make('completed_at')
|
||||
->label('Completed for')
|
||||
->label('Completed time')
|
||||
->state(function (Backup $backup) {
|
||||
$diff = \Carbon\Carbon::parse($backup->completed_at)
|
||||
->diffForHumans($backup->created_at);
|
||||
|
|
Loading…
Reference in a new issue