Showing
1 changed file
with
0 additions
and
12 deletions
1 | -<<<<<<< HEAD | ||
2 | <?php | 1 | <?php |
3 | use Action\WebAction; | 2 | use Action\WebAction; |
4 | class IndexController extends WebAction | 3 | class IndexController extends WebAction |
@@ -8,15 +7,4 @@ class IndexController extends WebAction | @@ -8,15 +7,4 @@ class IndexController extends WebAction | ||
8 | echo 'hello'; | 7 | echo 'hello'; |
9 | exit(); | 8 | exit(); |
10 | } | 9 | } |
11 | -======= | ||
12 | -<?php | ||
13 | -use Action\WebAction; | ||
14 | -class IndexController extends WebAction | ||
15 | -{ | ||
16 | - public function indexAction() | ||
17 | - { | ||
18 | - echo 'hello'; | ||
19 | - exit(); | ||
20 | - } | ||
21 | ->>>>>>> 687eb8491b398c6ab714411b3c1bc0cf3c4ccbe8 | ||
22 | } | 10 | } |
-
Please register or login to post a comment