Edit File: FactoryInterface.php
<?php declare(strict_types=1); namespace Vonage\Entity\Factory; interface FactoryInterface { public function create(array $data); }
Back to File Manager