webcron/src/Command/RunCommand.php

15 lines
220 B
PHP

<?php
namespace JeroenED\Webcron\Command;
use Symfony\Component\Console\Command\Command;
class RunCommand extends Command
{
protected static $defaultName = 'run';
protected function configure()
{
}
}