This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Controllers/Stream.php
T
2014-01-13 13:11:00 +02:00

16 lines
230 B
PHP

<?php
namespace Espo\Controllers;
use \Espo\Core\Exceptions\Error;
class Stream extends \Espo\Core\Controllers\Base
{
public static $defaultAction = 'list';
public function actionList($params, $data, $request)
{
}
}