Menu

[2d8935]: / project.complex / Home / Module / Call / BaseCall.php  Maximize  Restore  History

Download this file

18 lines (14 with data), 351 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?php
namespace Home\Module\Call;
use Core\Module\Call\AbstractCall;
use GI\REST\Request\Factory\FactoryInterface as RequestFactoryInterface;
class BaseCall extends AbstractCall implements BaseCallInterface
{
/**
* @return RequestFactoryInterface
*/
public function getRequest()
{
return parent::getRequest();
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.