6 lines
97 B
PHP
6 lines
97 B
PHP
<?php
|
|
public function batchCreate()
|
|
{
|
|
return $this->loadExtension('gantt')->batchCreate();
|
|
}
|