Skip to content

Commit

Permalink
Merge pull request laravel#1469 from ryun/patch-1
Browse files Browse the repository at this point in the history
Removes Inspiring command reference from Redis PubSub example
  • Loading branch information
taylorotwell committed May 27, 2015
2 parents 95745ef + 122defd commit b157435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ First, let's setup a listener on a channel via Redis using the `subscribe` metho

use Redis;
use Illuminate\Console\Command;
use Illuminate\Foundation\Inspiring;

class RedisSubscribe extends Command
{
Expand Down

0 comments on commit b157435

Please sign in to comment.