Explorar o código

Fix missing semicolon in PostAdmin example

Miquel Rodríguez Telep %!s(int64=13) %!d(string=hai) anos
pai
achega
7f76d87f3c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -89,6 +89,7 @@ class PostAdmin extends Admin
             ->add('title')
             ->add('enabled')
             ->add('tags', null, array('filter_field_options' => array('expanded' => true, 'multiple' => true)))
+        ;
     }
 }
 ```