Server_vNext.php 129 B

1234567
  1. <?php
  2. namespace Predis\Profiles;
  3. class Server_vNext extends Server_v2_2 {
  4. public function getVersion() { return 'DEV'; }
  5. }