Skip to content

Commit

Permalink
[5.5] Removed listener listensFor (#21039)
Browse files Browse the repository at this point in the history
* remove listensFor

* remove listensFor
  • Loading branch information
Victor Isadov authored and taylorotwell committed Sep 6, 2017
1 parent eb4b5a6 commit 7fa5134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
9 changes: 0 additions & 9 deletions src/Illuminate/Foundation/Console/stubs/listener-duck.stub
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ use Illuminate\Contracts\Queue\ShouldQueue;

class DummyClass
{
/**
* The events handled by the listener.
*
* @var array
*/
public static $listensFor = [
//
];

/**
* Create the event listener.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,7 @@ use Illuminate\Contracts\Queue\ShouldQueue;
class DummyClass implements ShouldQueue
{
use InteractsWithQueue;

/**
* The events handled by the listener.
*
* @var array
*/
public static $listensFor = [
//
];


/**
* Create the event listener.
*
Expand Down

0 comments on commit 7fa5134

Please sign in to comment.