Atrauzzi\LaravelDoctrine\DoctrineRegistry::getService PHP Method

getService() public method

Returns the service name, for our purposes this will almost always return the Doctrine facade, our access to the entity manager.
public getService ( $name )
    public function getService($name)
    {
        return app($name);
    }