Spaces:
Sleeping
Sleeping
Commit
·
8645fb8
1
Parent(s):
235bfe8
test method deleted from Welcome Controller
Browse files
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 |
}
|