Skip to content

Commit c66df73

Browse files
authored
Merge pull request #282 from phpbb/3.3.x
Merge 3.3.x into Master
2 parents 5fabfe0 + c13fe9c commit c66df73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development/extensions/tutorial_controllers.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Every controller should contain at least two methods:
4444
4545
<?php
4646
47-
use \Symfony\Component\HttpFoundation\Response;
48-
4947
namespace acme\demo\controller;
5048
49+
use \Symfony\Component\HttpFoundation\Response;
50+
5151
class main
5252
{
5353
/* @var \phpbb\config\config */

0 commit comments

Comments
 (0)