mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
SuiteCRM 8 initial commit
This commit is contained in:
commit
c895877b7e
547 changed files with 40449 additions and 0 deletions
14
core/base/Http/Response.php
Normal file
14
core/base/Http/Response.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace SuiteCRM\Core\Base\Http;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Response as HttpFoundationResponse;
|
||||
|
||||
/**
|
||||
* Class Response
|
||||
* @package SuiteCRM\Core\Base\Http
|
||||
*/
|
||||
class Response extends HttpFoundationResponse
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue