Daniele Alessandri пре 12 година
родитељ
комит
1e8f790ee4
1 измењених фајлова са 0 додато и 8 уклоњено
  1. 0 8
      lib/Predis/Command/ServerTime.php

+ 0 - 8
lib/Predis/Command/ServerTime.php

@@ -24,12 +24,4 @@ class ServerTime extends AbstractCommand
     {
         return 'TIME';
     }
-
-    /**
-     * {@inheritdoc}
-     */
-    protected function canBeHashed()
-    {
-        return false;
-    }
 }