mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
13 lines
231 B
PHP
13 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
|
||
|
{
|
||
|
}
|