Skip to content

Commit

Permalink
refactor: 🔥 Remove scheduleTimezone() (#32)
Browse files Browse the repository at this point in the history
Since the core class uses app config keys, we do not need to hardcode in this class.
  • Loading branch information
dsturm committed Oct 20, 2020
1 parent a154153 commit 1ed7f1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ class Kernel extends ConsoleKernel
//
];

protected function scheduleTimezone()
{
return 'Europe/London';
}

/**
* Define the application's command schedule.
*
Expand Down

0 comments on commit 1ed7f1d

Please sign in to comment.