We'll be back soon!
+Sorry for the inconvenience but we're performing some maintenance at the moment. We'll be back online shortly!
+— CIEF EXCHANGE
+diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index e455eea1..b201f682 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -31,27 +31,27 @@ class Kernel extends ConsoleKernel protected function schedule(Schedule $schedule) { - // $schedule->command('inspire')->hourly(); - $schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping(); + // // $schedule->command('inspire')->hourly(); + // $schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping(); - $schedule->command('seasonalSegmantCompany:remove') - ->dailyAt('01:00') - ->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log') - ->withoutOverlapping(); - - $schedule->command('delete:bulk-download-files') - ->hourly() - ->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log') - ->withoutOverlapping(); - - $schedule->command('booking:expired') - ->dailyAt('02:00') - ->appendOutputTo(storage_path().'/logs/expire-booking.log') - ->withoutOverlapping(); - - // $schedule->command('purchaseOrder:autoFill') - // ->dailyAt('03:00') + // $schedule->command('seasonalSegmantCompany:remove') + // ->dailyAt('01:00') + // ->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log') // ->withoutOverlapping(); + + // $schedule->command('delete:bulk-download-files') + // ->hourly() + // ->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log') + // ->withoutOverlapping(); + + // $schedule->command('booking:expired') + // ->dailyAt('02:00') + // ->appendOutputTo(storage_path().'/logs/expire-booking.log') + // ->withoutOverlapping(); + + // // $schedule->command('purchaseOrder:autoFill') + // // ->dailyAt('03:00') + // // ->withoutOverlapping(); } /** diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php new file mode 100644 index 00000000..d8fbc8c3 --- /dev/null +++ b/resources/views/errors/503.blade.php @@ -0,0 +1,30 @@ + + +
+ + +Sorry for the inconvenience but we're performing some maintenance at the moment. We'll be back online shortly!
+— CIEF EXCHANGE
+