Quentin Somazzi 10 年之前
父節點
當前提交
538a06242e
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Resources/doc/cookbook/recipe_sortable_listing.rst

+ 1 - 2
Resources/doc/cookbook/recipe_sortable_listing.rst

@@ -22,8 +22,7 @@ Pre-requisites
 - you already have SonataAdmin and DoctrineORM up and running
 - you already have an Entity class for which you want to implement a sortable feature. For the purpose of the example we are going to call it ``Client``.
 - you already have an Admin set up, in this example we will call it ``ClientAdmin``
-- you already have gedmo/doctrine-extensions bundle in your project (check stof/doctrine-extensions-bundle
-for easier integration in your project) with the sortable feature enabled
+- you already have gedmo/doctrine-extensions bundle in your project (check stof/doctrine-extensions-bundle for easier integration in your project) with the sortable feature enabled
 - you already have pixassociates/sortable-behavior-bundle bundle in your project
 
 The recipe