Skip to content

Instantly share code, notes, and snippets.

View bantu's full-sized avatar

Andreas Fischer bantu

View GitHub Profile
@bantu
bantu / auth.php
Created November 28, 2013 13:59 — forked from pellaeon/auth.php
namespace OC\Core\Command;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Auth extends Command {
protected function configure() {