apibase: mark abstract

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-03-22 11:38:05 -07:00
parent 5e6976fc2b
commit eb15e48b76
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ use OCP\IRequest;
use OCP\IUserSession;
use Psr\Log\LoggerInterface;
class ApiBase extends Controller
abstract class ApiBase extends Controller
{
use ApiBaseFs;
use ApiBaseParams;