LMongo\Eloquent\Model::getConnectionResolver PHP Method

getConnectionResolver() public static method

Get the connection resolver instance.
public static getConnectionResolver ( ) : LMongo\ConnectionResolverInterface
return LMongo\ConnectionResolverInterface
    public static function getConnectionResolver()
    {
        return static::$resolver;
    }
Model