Skip to content

Commit

Permalink
Merge pull request bagisto#8181 from devansh-webkul/master
Browse files Browse the repository at this point in the history
refactor: bagisto publish and booking traces cleanup
  • Loading branch information
jitendra-webkul committed Sep 6, 2023
2 parents 1908457 + 194113c commit 56211c8
Show file tree
Hide file tree
Showing 32 changed files with 1,750 additions and 1,911 deletions.
3 changes: 1 addition & 2 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
$schedule->command('booking:cron')->dailyAt('3:00');
$schedule->command('invoice:cron')->dailyAt('3:00');
$schedule->command('product:index --type=price')->dailyAt('24:00');
}
Expand All @@ -41,4 +40,4 @@ protected function commands()

require base_path('routes/console.php');
}
}
}
331 changes: 165 additions & 166 deletions packages/Webkul/Admin/src/Resources/lang/ar/app.php

Large diffs are not rendered by default.

355 changes: 177 additions & 178 deletions packages/Webkul/Admin/src/Resources/lang/bn/app.php

Large diffs are not rendered by default.

Loading

0 comments on commit 56211c8

Please sign in to comment.