12 lines
213 B
PHP
12 lines
213 B
PHP
<?php
|
|
|
|
class Controller_api_test extends Cana_Controller {
|
|
|
|
public function init(){
|
|
|
|
// Crunchbutton_Community_Shift::pexCardRemoveShiftFunds();
|
|
Crunchbutton_Community_Shift::pexCardRemoveShiftFunds();
|
|
|
|
}
|
|
|
|
} |