Index.php
379 Bytes
<<<<<<< HEAD
<?php
use Action\WebAction;
class IndexController extends WebAction
{
public function indexAction()
{
echo 'hello';
exit();
}
=======
<?php
use Action\WebAction;
class IndexController extends WebAction
{
public function indexAction()
{
echo 'hello';
exit();
}
>>>>>>> 687eb8491b398c6ab714411b3c1bc0cf3c4ccbe8
}