TestPostController.php 134 B

12345678910
  1. <?php
  2. namespace Knuckles\Scribe\Tests\Fixtures;
  3. class TestPostController
  4. {
  5. public function update(TestPost $post)
  6. {
  7. }
  8. }