GrafiteInc/Database

View on GitHub
src/Commands/DatabaseBackup.php

Summary

Maintainability
A
1 hr
Test Coverage

Method handle has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle()
    {
        $this->info('Starting database backup');

        $backupStoragePath = config('backup.path', base_path('database/backups'));
Severity: Minor
Found in src/Commands/DatabaseBackup.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status