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