### Description Make core public in service builder ### Example ```php // now $b24Service->getMainScope()->main()->core->call('some new method'); // 1.1.0 $b24Service->core->call('some new method'); ```