mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Fixing wrong inherited methodsyntax
This commit is contained in:
parent
6fc2eeaeaf
commit
056702c1e0
24 changed files with 25 additions and 25 deletions
|
@ -31,7 +31,7 @@ use Friendica\Module\BaseApi;
|
|||
*/
|
||||
class Filters extends BaseApi
|
||||
{
|
||||
public function post(array $request = [], array $post = [])
|
||||
protected function post(array $request = [], array $post = [])
|
||||
{
|
||||
self::checkAllowedScope(self::SCOPE_WRITE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue