ladogton2010 commited on
Commit
8645fb8
·
1 Parent(s): 235bfe8

test method deleted from Welcome Controller

Browse files
Files changed (1) hide show
  1. mvc/app/controllers/Welcome.php +0 -4
mvc/app/controllers/Welcome.php CHANGED
@@ -6,8 +6,4 @@
6
  public function index(){
7
  $this->view('welcome/index');
8
  }
9
-
10
- public function test($data){
11
- echo('Received: ' . $data);
12
- }
13
  }
 
6
  public function index(){
7
  $this->view('welcome/index');
8
  }
 
 
 
 
9
  }