Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takahashi-h5/6c87207f5fd4722c95f1b1f949e249d2 to your computer and use it in GitHub Desktop.
Save takahashi-h5/6c87207f5fd4722c95f1b1f949e249d2 to your computer and use it in GitHub Desktop.
<?php
declare(strict_types=1);
class V1Controller extends ControllerBase
{
public function indexAction()
{
echo 'OK';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment