NerdsAndCompany\Schematic\Models\SuperTableField::getSuperTableService PHP Method

getSuperTableService() private method

private getSuperTableService ( ) : SuperTableService
return SuperTableService
    private function getSuperTableService()
    {
        return Craft::app()->superTable;
    }