2015-04-02 15:10:04 -03:00

7 lines
114 B
PHP

<?php
class Controller_Api_Test_Sandbox extends Cana_Controller {
public function init(){
// nothing here
}
}