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/508534bac42c09b029619afa4ac75495 to your computer and use it in GitHub Desktop.
Save takahashi-h5/508534bac42c09b029619afa4ac75495 to your computer and use it in GitHub Desktop.
<?php
declare(strict_types=1);
class V1Controller extends ControllerBase
{
public function editAction($aaa)
{
echo $aaa;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment