Skip to content

Commit

Permalink
Merge pull request #8 from mamitech/develop
Browse files Browse the repository at this point in the history
Remove ControlledSchedule class binding
  • Loading branch information
ahrezaldy authored Nov 13, 2024
2 parents 81562ad + f3a9011 commit 3771a9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SchedulePoliceServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ public function boot(): void
$this->load();
$this->publish();

$this->app->singleton(Schedule::class, function () {
return new ControlledSchedule(config('app.timezone'));
});
// $this->app->singleton(Schedule::class, function () {
// return new ControlledSchedule(config('app.timezone'));
// });

if (app()->runningUnitTests()) {
$this->commands([
Expand Down

0 comments on commit 3771a9c

Please sign in to comment.