[CORE][Controller] Add default handler for when using http methods

This commit is contained in:
2022-03-23 13:19:51 +00:00
parent 2f7fdf6ee4
commit 259d2da05a
2 changed files with 16 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ class OEmbed extends Controller
/**
* Handle OEmbed server requests
*/
protected function handle(Request $request)
public function handle(Request $request)
{
throw new NotImplementedException();
// $url = $this->trimmed('url');