Skip to content

Commit 828507e

Browse files
committed
Merge branch '5.x'
2 parents 5a31c13 + 2c4c770 commit 828507e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function boot()
111111

112112
$this->addAboutCommandInfo();
113113

114-
$this->app->make(Schedule::class)->job(new HandleEntrySchedule)->everyMinute();
114+
$this->app->make(Schedule::class)->job(HandleEntrySchedule::class)->everyMinute();
115115
}
116116

117117
public function register()

0 commit comments

Comments
 (0)