/t endpoint

This commit is contained in:
Pablo Ferreiro
2022-06-12 12:50:16 +02:00
parent 59029e48ad
commit 26bde1e4a8
2 changed files with 3 additions and 6 deletions
-3
View File
@@ -1,9 +1,6 @@
<?php
namespace App\Controllers;
/**
* @deprecated Please use UserController::video instead
*/
class VideoController {
static public function get(string $video_id) {
UserController::video('placeholder', $video_id);