Skip to content

Commit

Permalink
dont merge middleware from method and property (#31301)
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid authored Jan 30, 2020
1 parent fc844ce commit 0fa8ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Bus/Queueable.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function delay($delay)
*/
public function middleware()
{
return $this->middleware ?: [];
return [];
}

/**
Expand Down

0 comments on commit 0fa8ec7

Please sign in to comment.