command version #1 correccion de suscripciones

parent 315f0e5d
...@@ -10,6 +10,8 @@ use Symfony\Component\Console\Input\InputOption; ...@@ -10,6 +10,8 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle; use Symfony\Component\Console\Style\SymfonyStyle;
use App\Entity\PluSuscripcion; use App\Entity\PluSuscripcion;
use App\Utilities\Utiles;
class VerificarFechaSuscripcionesCommand extends Command class VerificarFechaSuscripcionesCommand extends Command
{ {
protected static $defaultName = 'app:verificar-fecha-suscripciones'; protected static $defaultName = 'app:verificar-fecha-suscripciones';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment