mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
13 lines
No EOL
241 B
PHP
13 lines
No EOL
241 B
PHP
<?php
|
|
|
|
use Reflect\Call;
|
|
use Reflect\Path;
|
|
use Reflect\Response;
|
|
|
|
class POST_AboutLanguages {
|
|
public function __construct() {}
|
|
|
|
public function main(): Response {
|
|
return new Response("We have a problem with Reflect again");
|
|
}
|
|
} |