7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
|
|
class Controller_Api_Test_Sandbox extends Cana_Controller {
|
|
public function init(){
|
|
// nothing here
|
|
}
|
|
} |