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