Authored by whb

merge

<<<<<<< HEAD
<?php
use Action\WebAction;
class IndexController extends WebAction
... ... @@ -8,15 +7,4 @@ class IndexController extends WebAction
echo 'hello';
exit();
}
=======
<?php
use Action\WebAction;
class IndexController extends WebAction
{
public function indexAction()
{
echo 'hello';
exit();
}
>>>>>>> 687eb8491b398c6ab714411b3c1bc0cf3c4ccbe8
}
\ No newline at end of file
... ...