Skip to content

Instantly share code, notes, and snippets.

View 94noni's full-sized avatar
💭
Can we get serious now?

Antoine M 94noni

💭
Can we get serious now?
View GitHub Profile
@94noni
94noni / MugAlertCommand.php
Last active December 19, 2020 23:41
MugAlertCommand.php
<?php
namespace App\Command;
use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\DomCrawler\Crawler;
use Symfony\Component\Mailer\MailerInterface;