mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
#591 - backups
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
use App\Enums\BackupFileStatus;
|
||||
use App\Enums\StorageProvider as StorageProviderAlias;
|
||||
use Carbon\Carbon;
|
||||
use Database\Factories\BackupFileFactory;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
|
||||
@ -20,7 +21,7 @@
|
||||
*/
|
||||
class BackupFile extends AbstractModel
|
||||
{
|
||||
/** @use HasFactory<\Database\Factories\BackupFileFactory> */
|
||||
/** @use HasFactory<BackupFileFactory> */
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
|
Reference in New Issue
Block a user