<?php

namespace Elastica;

use Elastica\Script\Script as BaseScript;

/**
 * Kept for BC reasons.
 *
 * @deprecated Use \Elastica\Script\Script instead.
 */
class Script extends BaseScript
{
}
