Skip to content

Commit 437e1f0

Browse files
Remove unused variable (#45096)
* Remove * fix
1 parent 40d7974 commit 437e1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Scheduling/ScheduleWorkCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function handle()
4444
{
4545
$this->components->info('Running schedule tasks every minute.');
4646

47-
[$lastExecutionStartedAt, $keyOfLastExecutionWithOutput, $executions] = [null, null, []];
47+
[$lastExecutionStartedAt, $executions] = [null, []];
4848

4949
while (true) {
5050
usleep(100 * 1000);

0 commit comments

Comments
 (0)