mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
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:
parent
bc0c674603
commit
587a79613e
115 changed files with 5489 additions and 6682 deletions
|
@ -2,13 +2,11 @@
|
|||
|
||||
namespace SuiteCRM\Core\Legacy;
|
||||
|
||||
use SuiteCRM\Core\Base\Module\Service\ServiceFactoryInterface;
|
||||
|
||||
/**
|
||||
* Class NavbarService
|
||||
* @package SuiteCRM\Core\Legacy
|
||||
*/
|
||||
class NavbarService implements ServiceFactoryInterface
|
||||
class NavbarService
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue