Add API Platform Framework with Symfony/Flex

This implements the basic structure that will be used for the API and core application.
This commit is contained in:
Dillon-Brown 2019-12-30 11:36:29 +00:00
parent bc0c674603
commit 587a79613e
115 changed files with 5489 additions and 6682 deletions

View file

@ -0,0 +1,12 @@
<?php
namespace SuiteCRM\Core\Modules\Administration;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Class Administration
* @package SuiteCRM\Core\Modules\Administration
*/
class AdministrationBundle extends Bundle
{
}