database:sync

This commit is contained in:
RafficMohammed
2023-02-28 16:54:24 +05:30
parent 5724ed5361
commit 4037a74fca
2 changed files with 36 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
namespace App\Console;
use App\Console\Commands\SyncFaveoToLatestVersion;
use App\Model\MailJob\Condition;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
@@ -24,6 +25,7 @@ class Kernel extends ConsoleKernel
\App\Console\Commands\InstallDB::class,
\App\Console\Commands\SetupTestEnv::class,
\App\Console\Commands\SecureFaveoAPPKey::class,
SyncFaveoToLatestVersion::class
];
/**