Remove Administration bundle from core modules.

- This is no longer used and goes against the general design of the application.
This commit is contained in:
Dillon-Brown 2020-02-03 17:18:46 +00:00
parent 876000cdf6
commit 48ddf269b0
2 changed files with 0 additions and 12 deletions

0
core/modules/.gitkeep Normal file
View file

View file

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