Skip to content

Instantly share code, notes, and snippets.

<?php
namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\Collections\ArrayCollection;
/**
* @ORM\Entity(repositoryClass="App\Repository\MovieRepository")
* @ORM\Table(name="movies")