Jake Vanderwerf
4 days ago 0afb2c0046b55c123eafb4ab9ee77efa68d12463
inc/managers/queue/Storage.php
@@ -19,7 +19,7 @@
   public function __construct()
   {
      $this->defineTables();
      $this->cache = Cache::for('queue', DAY_IN_SECONDS);
      $this->cache = Cache::for('queue', DAY_IN_SECONDS)->user();
   }
   public function hasProcessingOperations(): bool