Skip to content

Instantly share code, notes, and snippets.

View k98kurz's full-sized avatar

Jon Tyler k98kurz

View GitHub Profile
@k98kurz
k98kurz / ClearBeanstalkdQueueCommand.php
Last active October 28, 2015 20:31 — forked from lukaswhite/ClearBeanstalkdQueueCommand.php
Clear a Beanstalkd Queue in Laravel
<?php
use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
class ClearBeanstalkdQueueCommand extends Command {
/**
* The console command name.