6 lines
98 B
PHP
6 lines
98 B
PHP
<?php
|
|
public function getLicenses()
|
|
{
|
|
return $this->loadExtension('bizext')->getLicenses();
|
|
}
|