11 lines
181 B
PHP
11 lines
181 B
PHP
<?php
|
|
public function bind()
|
|
{
|
|
return $this->loadExtension('zentaobiz')->bind();
|
|
}
|
|
|
|
public function createUser()
|
|
{
|
|
return $this->loadExtension('zentaobiz')->createUser();
|
|
}
|