TestTypoController.php 131 B

12345678910
  1. <?php
  2. namespace Facade\Ignition\Tests\stubs\Controllers;
  3. class TestTypoController
  4. {
  5. public function __invoke()
  6. {
  7. }
  8. }