Skip to content

Instantly share code, notes, and snippets.

View agent44's full-sized avatar

Lucinda Marchant agent44

View GitHub Profile
<?php
namespace App\Entity;
use ApiPlatform\Core\Annotation\ApiResource;
use Doctrine\ORM\Mapping as ORM;
/**
* ProfileValue
*
* @ApiResource
FAQPage...
class FAQPage extends Page
{
private static $allowed_children = array (
'FAQItem'
);
}