Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit c695fa1

Browse files
Hugo Hamonkriswallsmith
Hugo Hamon
authored andcommitted
[gentle-introduction] closes #8699
1 parent 4eea494 commit c695fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gentle-introduction/en/14-Admin-Generator.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ With symfony, you build an administration on a per-model basis. A module is gene
104104
$ php symfony propel:generate-admin backend BlogArticle --module=article
105105

106106
// Doctrine
107-
$ php symfony propel:generate-admin backend BlogArticle --module=article
107+
$ php symfony doctrine:generate-admin backend BlogArticle --module=article
108108

109109
>**NOTE**
110110
>The administration modules are based on a REST architecture. The `propel:generate-admin` task automatically adds such a route to the `routing.yml` configuration file:

0 commit comments

Comments
 (0)