Skip to content

Commit

Permalink
check configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 17, 2020
1 parent f043083 commit a253d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ protected function defineConsoleSchedule()
*/
protected function scheduleCache()
{
return Env::get('SCHEDULE_CACHE_DRIVER');
return $this->app['config']->get('cache.schedule_store', Env::get('SCHEDULE_CACHE_DRIVER'));
}

/**
Expand Down

0 comments on commit a253d0e

Please sign in to comment.