SuiteCRM-Core/core/modules/Administration/AdministrationBundle.php
Dillon-Brown 587a79613e Add API Platform Framework with Symfony/Flex
This implements the basic structure that will be used for the API and core application.
2021-03-30 19:21:30 +01:00

12 lines
231 B
PHP

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