Skip to content

Instantly share code, notes, and snippets.

View lodestar-sr's full-sized avatar
🏠
Working from home

lodestar lodestar-sr

🏠
Working from home
View GitHub Profile
<?php
namespace App\Controller;
use App\Entity\Product;
use App\Form\ProductType;
use App\Repository\ProductRepository;
use Doctrine\ORM\EntityManagerInterface;
use Psr\Log\LoggerInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;