refactor: move RestoreDatabase command to Cloud namespace

This change organizes the command within the appropriate Cloud namespace, improving code structure and maintainability. By grouping related commands together, it enhances clarity for future developers and helps in locating files more efficiently.
This commit is contained in:
Andras Bacsai 2025-11-05 14:42:12 +01:00
parent fed01ab1a2
commit 0865ecd3db

View file

@ -1,6 +1,6 @@
<?php
namespace App\Console\Commands;
namespace App\Console\Commands\Cloud;
use Illuminate\Console\Command;