Skip to content

Commit 7fa5134

Browse files
Victor Isadovtaylorotwell
authored andcommitted
[5.5] Removed listener listensFor (#21039)
* remove listensFor * remove listensFor
1 parent eb4b5a6 commit 7fa5134

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

src/Illuminate/Foundation/Console/stubs/listener-duck.stub

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ use Illuminate\Contracts\Queue\ShouldQueue;
77

88
class DummyClass
99
{
10-
/**
11-
* The events handled by the listener.
12-
*
13-
* @var array
14-
*/
15-
public static $listensFor = [
16-
//
17-
];
18-
1910
/**
2011
* Create the event listener.
2112
*

src/Illuminate/Foundation/Console/stubs/listener-queued-duck.stub

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,7 @@ use Illuminate\Contracts\Queue\ShouldQueue;
88
class DummyClass implements ShouldQueue
99
{
1010
use InteractsWithQueue;
11-
12-
/**
13-
* The events handled by the listener.
14-
*
15-
* @var array
16-
*/
17-
public static $listensFor = [
18-
//
19-
];
20-
11+
2112
/**
2213
* Create the event listener.
2314
*

0 commit comments

Comments
 (0)