mirror of
https://github.com/friendica/friendica
synced 2025-04-22 18:30:13 +00:00
Fix BaseApi and corresponding tests
This commit is contained in:
parent
4cc36c9b2c
commit
d576bb136b
3 changed files with 40 additions and 1 deletions
|
@ -67,6 +67,8 @@ class BaseApi extends BaseModule
|
|||
public function __construct(App $app, L10n $l10n, App\BaseURL $baseUrl, App\Arguments $args, LoggerInterface $logger, Profiler $profiler, ApiResponse $response, array $server, array $parameters = [])
|
||||
{
|
||||
parent::__construct($l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
|
||||
|
||||
$this->app = $app;
|
||||
}
|
||||
|
||||
protected function delete()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue