Skip to content

Commit

Permalink
doc test br
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Oct 18, 2017
1 parent 6271577 commit 1f4ca0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/controller/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ Methods
-------
public
^^^^^^
The second segment of the URI determines which public method in the controller gets called. |br|
The “index” method is always loaded by default if the second segment of the URI is empty.
.. code-block:: php
The second segment of the URI determines which public method in the controller gets called. |br| The “index” method is always loaded by default if the second segment of the URI is empty.
.. code-block:: python
:linenos:
class First extends ControllerBase{
Expand Down

0 comments on commit 1f4ca0d

Please sign in to comment.