소스 검색

Update action_show.rst

Need to add the ShowMapper class in order for this to function correctly.
Danny Garcia 11 년 전
부모
커밋
3e05c7b6ca
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Resources/doc/reference/action_show.rst

+ 2 - 0
Resources/doc/reference/action_show.rst

@@ -39,6 +39,8 @@ The following is a working example of a ShowAction
     <?php
     // src/Acme/DemoBundle/Admin/PostAdmin.php
 
+    use Sonata\AdminBundle\Show\ShowMapper;
+
     class ClientAdmin extends Admin
     {
         protected function configureShowFields(ShowMapper $showMapper)